mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
0ece5891a2
The BINLOG statement was sharing too much code with the slave SQL thread, introduced with the patch for Bug#32407. This caused statements to be logged with the wrong server_id, the id stored inside the events of the BINLOG statement rather than the id of the running server. Fix by rearranging code a bit so that only relevant parts of the code are executed by the BINLOG statement, and the server_id of the server executing the statements will not be overrided by the server_id stored in the 'format description BINLOG statement'. |
||
---|---|---|
.. | ||
binlog.test | ||
binlog_failure_mixing_engines.test | ||
binlog_insert_delayed.test | ||
binlog_truncate.test | ||
blackhole.test | ||
ctype_cp932.test | ||
ctype_cp932_binlog.test | ||
ctype_ucs_binlog.test | ||
database.test | ||
drop_temp_table.test | ||
innodb_stat.test | ||
insert_select-binlog.test | ||
mix_innodb_myisam_binlog.test | ||
mix_innodb_myisam_side_effects.test |