DROP TABLE IF EXISTS t1; '--- check if log file is rotated after 4096 bytes ----' SET @@global.max_binlog_size = 4096; CREATE TABLE t1(a CHAR(5)); 'mylog.000002 exists'