diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-06-15 09:29:17 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-06-15 09:29:17 +0300 |
commit | 7710f28eecc3e9761d7431ae7ae4e88564d706dd (patch) | |
tree | 72c82da3a7bd83a439827e87911be98459156049 /mysql-test/suite/galera/t | |
parent | e623d247872c1736029cffb0b7ff055a698900c6 (diff) | |
download | mariadb-git-7710f28eecc3e9761d7431ae7ae4e88564d706dd.tar.gz |
Add missing include as test requires galera debug library
Diffstat (limited to 'mysql-test/suite/galera/t')
-rw-r--r-- | mysql-test/suite/galera/t/MW-388.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/MW-388.test b/mysql-test/suite/galera/t/MW-388.test index 40522f30abb..670674bbae5 100644 --- a/mysql-test/suite/galera/t/MW-388.test +++ b/mysql-test/suite/galera/t/MW-388.test @@ -1,5 +1,7 @@ --source include/galera_cluster.inc +--source include/have_debug.inc --source include/have_debug_sync.inc +--source include/galera_have_debug_sync.inc --connection node_1 CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(255)) Engine=InnoDB; |