polardbxengine/mysql-test/r/mysqlbinlog_compressed_file...

10 lines
233 B
Plaintext

CREATE TABLE t1(s INT);
INSERT INTO t1 VALUES(1);
FLUSH LOGS;
INSERT INTO t1 VALUES(2);
DROP TABLE t1;
Matching lines are:
DROP TABLE `t1` /* generated by server */
Occurrences of 'DROP TABLE `t1`' in the input file: 1
RESET MASTER;