mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #17038, distribution of schema operation to multiple binlogs missing/multiple entries, partial fix
- log alter table directly in server instead of in handler - acknowledge alter table _after_ all binlog events have been processed
This commit is contained in:
@ -2020,7 +2020,8 @@ int ha_repl_report_replication_stop(THD *thd);
|
||||
int ha_reset_logs(THD *thd);
|
||||
int ha_binlog_index_purge_file(THD *thd, const char *file);
|
||||
void ha_reset_slave(THD *thd);
|
||||
void ha_binlog_log_query(THD *thd, enum_binlog_command binlog_command,
|
||||
void ha_binlog_log_query(THD *thd, const handlerton *db_type,
|
||||
enum_binlog_command binlog_command,
|
||||
const char *query, uint query_length,
|
||||
const char *db, const char *table_name);
|
||||
void ha_binlog_wait(THD *thd);
|
||||
|
Reference in New Issue
Block a user