mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Finally, a definitive way to determine if transactions are available.
This commit is contained in:
@ -11,4 +11,4 @@ CHANGE_USER = 512
|
||||
INTERACTIVE = 1024
|
||||
SSL = 2048
|
||||
IGNORE_SIGPIPE = 4096
|
||||
TRANSACTIONS = 8196
|
||||
TRANSACTIONS = 8192 # mysql_com.h is WRONG
|
||||
|
Reference in New Issue
Block a user