polardbxengine/mysql-test/suite/xengine_binlog/r/binlog_mysqlbinlog_big_even...

7 lines
125 B
Plaintext

RESET MASTER;
SET timestamp=1000000000;
DROP TABLE IF EXISTS t2;
CREATE TABLE t2 (word LONGBLOB);
FLUSH LOGS;
DROP TABLE t2;