Commit 1ae7809a authored by Daniele Sciascia's avatar Daniele Sciascia Committed by Jan Lindström

Restore autoincrement offset in MTR test MDEV-24063

parent 1bebc8de
connection node_2; connection node_2;
connection node_1; connection node_1;
connection node_1;
connection node_2;
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2; connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a; connection node_2a;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY); CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
--source include/galera_cluster.inc --source include/galera_cluster.inc
--let $node_1=node_1
--let $node_2=node_2
--source include/auto_increment_offset_save.inc
--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2 --connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
--connection node_2a --connection node_2a
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY); CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
...@@ -18,3 +22,5 @@ SET GLOBAL wsrep_on=OFF; ...@@ -18,3 +22,5 @@ SET GLOBAL wsrep_on=OFF;
--source include/start_mysqld.inc --source include/start_mysqld.inc
DROP TABLE t1; DROP TABLE t1;
--source include/auto_increment_offset_restore.inc
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