From 45e10d46d89aa52dbd96df35191514cf224ba2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 22 Oct 2020 13:50:06 +0300 Subject: [PATCH] After-merge fix to wsrep.variables We must make the test depend on a debug version of Galera. --- mysql-test/suite/wsrep/t/variables.test | 1 + 1 file changed, 1 insertion(+) 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");