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