Commit c1bc0560 authored by Jan Lindström's avatar Jan Lindström Committed by Julius Goryavsky

MDEV-24912: post-fix for test regression

Problem is that mysql.galera_slave_pos table is replicated,
thus it should be InnoDB to allow rolling back in case
of replay.
Signed-off-by: default avatarJulius Goryavsky <julius.goryavsky@mariadb.com>
parent 23a22970
......@@ -2,6 +2,7 @@ connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
connection node_2;
connection node_1;
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_3;
RESET MASTER;
......
......@@ -2,6 +2,7 @@ connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
connection node_2;
connection node_1;
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_3;
RESET MASTER;
......
......@@ -17,6 +17,8 @@
--source include/galera_cluster.inc
#--source suite/galera/include/galera_have_debug_sync.inc
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
#
# node 3 is native MariaDB server operating as async replication master
#
......
......@@ -17,6 +17,8 @@
--connection node_2a
--source include/galera_cluster.inc
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
#
# node 3 is native MariaDB server operating as async replication master
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment