From 088de81d965f1b5ae2f50b1ed6e7cfccc0366098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Wed, 18 Dec 2019 08:22:07 +0200 Subject: MDEV-21335 : Galera test failure on suite wsrep Problem was that wsrep_on was OFF. This is 10.4 version. --- mysql-test/suite/wsrep/t/variables.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/suite/wsrep/t/variables.opt (limited to 'mysql-test/suite/wsrep/t/variables.opt') diff --git a/mysql-test/suite/wsrep/t/variables.opt b/mysql-test/suite/wsrep/t/variables.opt new file mode 100644 index 00000000000..a8b72174076 --- /dev/null +++ b/mysql-test/suite/wsrep/t/variables.opt @@ -0,0 +1 @@ +--wsrep-provider=$WSREP_PROVIDER --wsrep-cluster-address=gcomm:// --wsrep_on=1 --binlog_format=ROW -- cgit v1.2.1