mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/zip: Drop the tables that were created in the test.
This commit is contained in:
parent
d1e11ffc45
commit
1ba7f40775
1 changed files with 9 additions and 0 deletions
|
@ -1137,3 +1137,12 @@ KEY `idx43` (`col88`),
|
|||
KEY `idx44` (`col176`(100),`col42`,`col73`(189),`col94`),
|
||||
KEY `idx45` (`col2`(27),`col27`(116))
|
||||
)engine=innodb ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=1;
|
||||
|
||||
DROP TABLE IF EXISTS table0;
|
||||
DROP TABLE IF EXISTS table1;
|
||||
DROP TABLE IF EXISTS table2;
|
||||
DROP TABLE IF EXISTS table3;
|
||||
DROP TABLE IF EXISTS table4;
|
||||
DROP TABLE IF EXISTS table5;
|
||||
DROP TABLE IF EXISTS table6;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue