summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-08-11 22:28:57 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2016-08-21 16:17:04 -0400
commit65cf1d354a5089ed3df328db69c79bd87b891278 (patch)
tree475a5b678c54046a2716e6de653c4362c63e4f01
parentfe6ebb657ea02fcb5993ca5d503161056c5a5b86 (diff)
downloadmariadb-git-65cf1d354a5089ed3df328db69c79bd87b891278.tar.gz
Refs: MW-252 Test fix post-merge
-rw-r--r--mysql-test/suite/galera/t/MW-252.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/MW-252.test b/mysql-test/suite/galera/t/MW-252.test
index 3137aea7011..dfb82e8070a 100644
--- a/mysql-test/suite/galera/t/MW-252.test
+++ b/mysql-test/suite/galera/t/MW-252.test
@@ -4,6 +4,7 @@
#
--source include/galera_cluster.inc
+--source include/have_innodb.inc
--connection node_1
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;