diff options
author | monty@mysql.com <> | 2004-05-26 20:56:39 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-26 20:56:39 +0300 |
commit | c342318c6eea1f29a03100b4534a1b1ad63d92bc (patch) | |
tree | b9ce258227d57d38180c9e7629bd237586bb12e4 /mysql-test/t/ndb_minmax.test | |
parent | 98741a50dfa5e51c7b3a7614bd0a09fc1a1fc64b (diff) | |
download | mariadb-git-c342318c6eea1f29a03100b4534a1b1ad63d92bc.tar.gz |
Fixed test to not crash when ndb is not in use
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 1fa76488f5d..3be193ce602 100644 --- a/mysql-test/t/ndb_minmax.test +++ b/mysql-test/t/ndb_minmax.test @@ -1,3 +1,4 @@ +-- source include/have_ndb.inc --disable_warnings drop table if exists t1, t2; |