From 67183a7b8a0f08267a165f1edc075f75ba746e44 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Dec 2005 00:23:46 +0200 Subject: [PATCH] Fixed test case. --- mysql-test/r/ndb_read_multi_range.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/ndb_read_multi_range.result b/mysql-test/r/ndb_read_multi_range.result index f42ac394b6c..bb9398054ff 100644 --- a/mysql-test/r/ndb_read_multi_range.result +++ b/mysql-test/r/ndb_read_multi_range.result @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS t1, r1; +DROP TABLE IF EXISTS t1, t2, r1; create table t1 ( a int primary key, b int not null,