diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-03-02 09:19:36 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-03-22 00:38:20 -0400 |
commit | 000f76d886b15454140c886b99ced0a0a3743941 (patch) | |
tree | 3e4b6a4834cf975e47da282dbe55f0bf42f86648 /mysql-test/suite/galera/t | |
parent | 537fc572d451888d26c26d3e89c3237d1213be4d (diff) | |
download | mariadb-git-000f76d886b15454140c886b99ced0a0a3743941.tar.gz |
Fix galera_sync_wait_show test.
Diffstat (limited to 'mysql-test/suite/galera/t')
-rw-r--r-- | mysql-test/suite/galera/t/galera_sync_wait_show.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/galera_sync_wait_show.test b/mysql-test/suite/galera/t/galera_sync_wait_show.test index 0d0207a2ebe..250b1f76e98 100644 --- a/mysql-test/suite/galera/t/galera_sync_wait_show.test +++ b/mysql-test/suite/galera/t/galera_sync_wait_show.test @@ -4,6 +4,7 @@ --source include/galera_cluster.inc --source include/have_innodb.inc +--source include/have_debug.inc --connection node_2 SET SESSION wsrep_sync_wait = 1; |