diff options
author | unknown <monty@mysql.com> | 2004-05-26 20:56:39 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-05-26 20:56:39 +0300 |
commit | 5fe72df8fd23a5b5f6938a9e559e916594b78449 (patch) | |
tree | b9ce258227d57d38180c9e7629bd237586bb12e4 | |
parent | c2f6dff9f4abb3072e81cfe8eb6ad2e41475ad18 (diff) | |
download | mariadb-git-5fe72df8fd23a5b5f6938a9e559e916594b78449.tar.gz |
Fixed test to not crash when ndb is not in use
-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; |