mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
after merge fix
myisam/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that) sql/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that)
This commit is contained in:
@@ -476,7 +476,7 @@ int ha_commit_trans(THD *thd, THD_TRANS* trans)
|
||||
#ifdef USING_TRANSACTIONS
|
||||
if (opt_using_transactions)
|
||||
{
|
||||
bool operation_done= 0;
|
||||
bool transaction_commited= 0;
|
||||
bool operation_done= 0, need_start_waiters= 0;
|
||||
|
||||
/* If transaction has done some updates to tables */
|
||||
|
||||
Reference in New Issue
Block a user