mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Bug#15675 - ndb - fix read_multi_range.test drop all tables it using
NOTE: only changes to test script mysql-test/t/ndb_read_multi_range.test: Bug#15675 - ndb - fix read_multi_range.test drop all tables it using
This commit is contained in:
parent
3bef007191
commit
a0a942fb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue