diff options
author | Andrey Hristov <andrey@php.net> | 2011-02-25 12:52:21 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-02-25 12:52:21 +0000 |
commit | d4a1f5ac068682f5b0bd3b9dd16878f986e5745a (patch) | |
tree | db9ce7415b0ca532475a20b3b8f66db94ecb4576 /ext/mysqlnd/mysqlnd_structs.h | |
parent | 113cd9dc0f133441b9790a8d13f1e843c4df707f (diff) | |
download | php-git-d4a1f5ac068682f5b0bd3b9dd16878f986e5745a.tar.gz |
revert to previous behavior
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 95e676e679..143d799782 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -482,9 +482,11 @@ struct st_mysqlnd_conn_methods func_mysqlnd_conn__ssl_set ssl_set; func_mysqlnd_conn__result_init result_init; +#if AUTOCOMMIT_TX_COMMIT_ROLLBACK func_mysqlnd_conn__set_autocommit set_autocommit; func_mysqlnd_conn__tx_commit tx_commit; func_mysqlnd_conn__tx_rollback tx_rollback; +#endif }; |