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 | 6a15a7334e9ea008b8fa694dc678e8141dcb6f08 (patch) | |
tree | 6a142dc19d6e3856ea97f29067563a457d1156ea /mysql-test/t/ndb_minmax.test | |
parent | 432bc644c4af6c67f356354ad390fc1250541797 (diff) | |
download | mariadb-git-6a15a7334e9ea008b8fa694dc678e8141dcb6f08.tar.gz |
Disabled ndb tests for embedded
Diffstat (limited to 'mysql-test/t/ndb_minmax.test')
-rw-r--r-- | mysql-test/t/ndb_minmax.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_minmax.test b/mysql-test/t/ndb_minmax.test index 3be193ce602..97ea84f98ef 100644 --- a/mysql-test/t/ndb_minmax.test +++ b/mysql-test/t/ndb_minmax.test @@ -1,4 +1,5 @@ -- source include/have_ndb.inc +-- source include/not_embedded.inc --disable_warnings drop table if exists t1, t2; |