1
0
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:
sasha@mysql.sashanet.com
2001-01-02 21:46:33 -07:00
parent 9ff59511a5
commit e962b04bd0
5 changed files with 9 additions and 2 deletions

View File

@@ -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);
}