summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2021-04-01 07:01:11 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2021-04-11 20:53:43 +0200
commit966c5a35af0a84ea147f754f6eb0cc1fd0a5826f (patch)
tree01012ee6e05a8e330d632c48fd01ef6321cad4b0 /mysql-test/suite/galera/r
parent3eecb8db227173284aff8c457dea3c8009117a72 (diff)
downloadmariadb-git-966c5a35af0a84ea147f754f6eb0cc1fd0a5826f.tar.gz
MDEV-25307: The value of the auto-increment variables changes during the testbb-10.2-MDEV-25307
The auto-increment variables may change intermittently during the execution of some tests from the Galera mtr suite, causing these tests to fail. This patch creates conditions in which unpredictable changes to these variables are not possible during the execution of those tests in which this problem is noticed or their values are restored before the end of testing.
Diffstat (limited to 'mysql-test/suite/galera/r')
-rw-r--r--mysql-test/suite/galera/r/galera_var_sst_auth.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/r/galera_var_sst_auth.result b/mysql-test/suite/galera/r/galera_var_sst_auth.result
index 89a27dce4f6..e03576175c5 100644
--- a/mysql-test/suite/galera/r/galera_var_sst_auth.result
+++ b/mysql-test/suite/galera/r/galera_var_sst_auth.result
@@ -1,3 +1,5 @@
+connection node_1;
+connection node_2;
SELECT @@global.wsrep_sst_auth;
@@global.wsrep_sst_auth
********