diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-26 14:38:13 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-26 14:38:13 +0100 |
commit | ddad73b3762f0f5485b0b60afa2ed5f8e7d26fd8 (patch) | |
tree | 1585d56a2eed238d909059d078b263fada43c619 /mysql-test/t/ndb_restore.test | |
parent | e8ae338356d203942944e6bf4d4d40489b1a7625 (diff) | |
download | mariadb-git-ddad73b3762f0f5485b0b60afa2ed5f8e7d26fd8.tar.gz |
added check in ndb tests that require "default" cluster running
i.e. ndb_restore
Diffstat (limited to 'mysql-test/t/ndb_restore.test')
-rw-r--r-- | mysql-test/t/ndb_restore.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_restore.test b/mysql-test/t/ndb_restore.test index 09939ec119d..3a77289a8fb 100644 --- a/mysql-test/t/ndb_restore.test +++ b/mysql-test/t/ndb_restore.test @@ -1,4 +1,5 @@ -- source include/have_ndb.inc +-- source include/ndb_default_cluster.inc --disable_warnings use test; |