summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera_3nodes/r
diff options
context:
space:
mode:
authorDaniele Sciascia <daniele.sciascia@galeracluster.com>2022-11-17 16:02:04 +0100
committerJan Lindström <jan.lindstrom@mariadb.com>2022-11-29 07:09:52 +0200
commit97d9bf98b2d25bad36586e2458cae5f387470eb1 (patch)
treea08b47b91a92c23da358f570f8cb5188730f076d /mysql-test/suite/galera_3nodes/r
parentc2fc5266adad1c97e828ad86f834d1f7d99e88d9 (diff)
downloadmariadb-git-97d9bf98b2d25bad36586e2458cae5f387470eb1.tar.gz
Restore auto increment offset in test galera_join_with_cc_A
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
Diffstat (limited to 'mysql-test/suite/galera_3nodes/r')
-rw-r--r--mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result b/mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
index a60e2bbb6cc..1813607517a 100644
--- a/mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
+++ b/mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
@@ -1,6 +1,9 @@
connection node_2;
connection node_1;
connection node_1;
+connection node_2;
+connection node_3;
+connection node_1;
CREATE TABLE t1 (pk INT PRIMARY KEY, node INT) ENGINE=innodb;
INSERT INTO t1 VALUES (1, 1);
connection node_2;