1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WL#5867, reorganize test cases of bugs suite

This commit is contained in:
Serge Kozlov
2011-04-14 00:18:08 +04:00
parent da26771919
commit 729e9a6594
22 changed files with 63 additions and 509 deletions

View File

@@ -0,0 +1,10 @@
CREATE TABLE t1(id INT);
SHOW TABLES;
Tables_in_test
t1
FLUSH LOGS;
DROP TABLE t1;
SHOW TABLES;
Tables_in_test
t1
DROP TABLE t1;