diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-22 13:50:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-22 13:50:06 +0300 |
commit | 45e10d46d89aa52dbd96df35191514cf224ba2e2 (patch) | |
tree | b892c064593852e2a16a76ab42e3c66260ee849a | |
parent | 46957a6a77518b579c6c8e1345666f84a5a59455 (diff) | |
download | mariadb-git-45e10d46d89aa52dbd96df35191514cf224ba2e2.tar.gz |
After-merge fix to wsrep.variables
We must make the test depend on a debug version of Galera.
-rw-r--r-- | mysql-test/suite/wsrep/t/variables.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/t/variables.test b/mysql-test/suite/wsrep/t/variables.test index c6d7a0dacbb..f2c3a0a3b78 100644 --- a/mysql-test/suite/wsrep/t/variables.test +++ b/mysql-test/suite/wsrep/t/variables.test @@ -1,6 +1,7 @@ --source include/have_wsrep.inc --source include/force_restart.inc --source include/have_innodb.inc +--source include/galera_have_debug_sync.inc call mtr.add_suppression("WSREP: Initial position was provided by configuration or SST, avoiding override"); |