1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates to the Slave server.

Post push fix to address test issue.
This commit is contained in:
Sujatha
2021-05-18 15:45:43 +05:30
parent acede480c5
commit af8d4a97e2
2 changed files with 5 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ SET debug_sync = 'reset';
--source include/show_binlog_events.inc
DROP TABLE t1,t2;
FLUSH LOGS;
RESET MASTER;
--echo #
--echo # Kill OPTIMIZE command after table modification
@@ -81,6 +81,9 @@ eval KILL $thd_id;
SET debug_sync = 'reset';
--disconnect con1
--let $wait_binlog_event= OPTIMIZE
--source include/wait_for_binlog_event.inc
DROP TABLE t1,t2;
let $binlog_file= query_get_value(SHOW MASTER STATUS, File, 1);
FLUSH LOGS;