1CREATE TABLE t1(id INT);
2SHOW TABLES;
3Tables_in_test
4t1
5FLUSH LOGS;
6DROP TABLE t1;
7SHOW TABLES;
8Tables_in_test
9t1
10DROP TABLE t1;
11