summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_bug36391.result
blob: 551bfb9924de270386a768661207cc3f4a65f95b (plain)
1
2
3
4
5
6
7
8
9
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;