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

Add cleanup of mysql.gtid_slave_pos table.

(Found during MDEV-12179 development, but independent of it, so put
into a separate commit).
This commit is contained in:
Kristian Nielsen
2017-04-23 10:44:45 +02:00
parent 1b54cb3b77
commit df2f01c14a
2 changed files with 2 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ SET GLOBAL slave_parallel_threads=@old_parallel_threads;
SET GLOBAL max_relay_log_size= @old_max_relay;
include/start_slave.inc
connection server_1;
ALTER TABLE mysql.gtid_slave_pos ENGINE=MyISAM;
DROP TABLE t1;
include/rpl_end.inc

View File

@@ -99,6 +99,7 @@ SET GLOBAL max_relay_log_size= @old_max_relay;
--source include/start_slave.inc
--connection server_1
ALTER TABLE mysql.gtid_slave_pos ENGINE=MyISAM;
DROP TABLE t1;
--source include/rpl_end.inc