From c342318c6eea1f29a03100b4534a1b1ad63d92bc Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Wed, 26 May 2004 20:56:39 +0300 Subject: [PATCH] Fixed test to not crash when ndb is not in use --- mysql-test/t/ndb_minmax.test | 1 + 1 file changed, 1 insertion(+) 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;