diff options
author | unknown <mskold@mysql.com> | 2005-04-19 17:23:49 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-04-19 17:23:49 +0200 |
commit | 1c31994fe3761c95e94d233cf17ac90849e8033a (patch) | |
tree | 6a142dc19d6e3856ea97f29067563a457d1156ea /mysql-test/t/ndb_index.test | |
parent | f45ff6983b6536de24eba890a7c67dcb846210c1 (diff) | |
download | mariadb-git-1c31994fe3761c95e94d233cf17ac90849e8033a.tar.gz |
Disabled ndb tests for embedded
Diffstat (limited to 'mysql-test/t/ndb_index.test')
-rw-r--r-- | mysql-test/t/ndb_index.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_index.test b/mysql-test/t/ndb_index.test index e65b24a9b20..93085dea587 100644 --- a/mysql-test/t/ndb_index.test +++ b/mysql-test/t/ndb_index.test @@ -1,4 +1,5 @@ -- source include/have_ndb.inc +-- source include/not_embedded.inc --disable_warnings drop table if exists t1; |