diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-07-28 13:01:51 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-07-28 13:01:51 +0200 |
commit | 10f8e406adfec177cd25db9fc25335f977e7cbfb (patch) | |
tree | 431ea4946f82cfef692d7910c0c9e86c7a4dbd57 /mysql-test | |
parent | 7dfe47350da80595e7f97ff4eb3dea25adad3ede (diff) | |
download | mariadb-git-10f8e406adfec177cd25db9fc25335f977e7cbfb.tar.gz |
Fixed test ndb.ndb_partition_error2, didn't include have_ndb.inc
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/ndb/t/ndb_partition_error2.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/ndb/t/ndb_partition_error2.test b/mysql-test/suite/ndb/t/ndb_partition_error2.test index afedd0e3c5c..58c38f2dd37 100644 --- a/mysql-test/suite/ndb/t/ndb_partition_error2.test +++ b/mysql-test/suite/ndb/t/ndb_partition_error2.test @@ -1,3 +1,4 @@ +-- source include/have_ndb.inc disable_query_log; --require r/true.require select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster'; |