diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-10-06 14:46:47 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-10-10 08:50:50 +0300 |
commit | fc3b5c7db3a6b2f17d55088f6194c8d7ffb54bc5 (patch) | |
tree | 6ad0dbf7b9d7c3c76e0afaca402808aded9302e5 /mysql-test/suite/wsrep/t/variables.cnf | |
parent | 266bf77bc752c46bbd08fd0b33c7e30ee173e4b6 (diff) | |
download | mariadb-git-fc3b5c7db3a6b2f17d55088f6194c8d7ffb54bc5.tar.gz |
MDEV-17585 : wsrep.variables failed in buildbot with deadlock on CREATE USER
Stabilize test by using correct galera library and restore
original galera cluster at end.
Diffstat (limited to 'mysql-test/suite/wsrep/t/variables.cnf')
-rw-r--r-- | mysql-test/suite/wsrep/t/variables.cnf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/t/variables.cnf b/mysql-test/suite/wsrep/t/variables.cnf new file mode 100644 index 00000000000..b1c96d2614d --- /dev/null +++ b/mysql-test/suite/wsrep/t/variables.cnf @@ -0,0 +1,7 @@ +!include ../my.cnf + +[mysqld.1] +wsrep-on=ON +wsrep-cluster-address=gcomm:// +wsrep-provider=@ENV.WSREP_PROVIDER +binlog-format=ROW |