1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

More debugging

Print position in normal log for Binlog dump
This commit is contained in:
monty@mysql.com
2004-11-10 18:07:39 +02:00
parent e9d9ca83f1
commit c7e85ef9b9
8 changed files with 85 additions and 33 deletions

View File

@ -131,7 +131,7 @@ public:
DBUG_VOID_RETURN;
}
void set_max_size(ulong max_size_arg);
void signal_update() { pthread_cond_broadcast(&update_cond);}
void signal_update();
void wait_for_update(THD* thd, bool master_or_slave);
void set_need_start_event() { need_start_event = 1; }
void init(enum_log_type log_type_arg,