mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
Enable autocommit by default in mysql connections. To avoid further confusions.
This commit is contained in:
parent
f86f3c8433
commit
30fd6b274b
@ -34,7 +34,7 @@ Account::Account(CSStr host, CSStr user, CSStr pass, CSStr name, SQInteger port,
|
||||
, m_SSL_CA_Path()
|
||||
, m_SSL_Cipher()
|
||||
, m_Options()
|
||||
, m_AutoCommit(false)
|
||||
, m_AutoCommit(true)
|
||||
{
|
||||
// Validate the specified port number
|
||||
if (port >= 0xFFFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user