1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#32709: Assertion failed: trx_data->empty(), file log.cc

Incremental fixes: updating a comment and fixing a result file.
This commit is contained in:
Mats Kindahl
2008-09-03 22:52:54 +02:00
parent 9755f07279
commit 565c4d2bb2
2 changed files with 12 additions and 1 deletions

View File

@ -1363,7 +1363,11 @@ public:
int binlog_remove_pending_rows_event(bool clear_maps);
private:
uint binlog_table_maps; // Number of table maps currently in the binlog
/*
Number of outstanding table maps, i.e., table maps in the
transaction cache.
*/
uint binlog_table_maps;
enum enum_binlog_flag {
BINLOG_FLAG_UNSAFE_STMT_PRINTED,