mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
show_check.test fixed cleanup problem
rpl000014.test fixed bug in testcase rename.test fixed cleanup problem handler.cc added a comment sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
This commit is contained in:
@@ -241,7 +241,7 @@ int ha_commit_trans(THD *thd, THD_TRANS* trans)
|
||||
#endif
|
||||
if (error && trans == &thd->transaction.all && mysql_bin_log.is_open())
|
||||
sql_print_error("Error: Got error during commit; Binlog is not up to date!");
|
||||
#endif
|
||||
#endif // using transactions
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user