Bug#15675 - ndb - fix read_multi_range.test drop all tables it using

NOTE: only changes to test script
This commit is contained in:
jonas@perch.ndb.mysql.com 2005-12-13 17:33:19 +01:00
parent 594eb6cf6c
commit 530e22edbf

View File

@ -2,7 +2,7 @@
-- source include/not_embedded.inc
--disable_warnings
DROP TABLE IF EXISTS t1, r1;
DROP TABLE IF EXISTS t1, t2, r1;
--enable_warnings
#