MINI MINI MANI MO
RESET MASTER;
CREATE TABLE t (a INT);
include/stop_mysqld.inc [server 1]
# restart: --debug=+d,expire_logs_always_at_start --expire-logs-days=1
include/assert.inc [GTID_PURGED is consistent]
include/assert.inc [We have 1 binlog file]
DROP TABLE t;
RESET MASTER;
CREATE TABLE t (a INT);
FLUSH LOGS;
INSERT INTO t VALUES (1), (2), (3);
include/stop_mysqld.inc [server 1]
# restart: --debug=+d,expire_logs_always_at_start --expire-logs-days=1
include/assert.inc [GTID_PURGED is consistent]
include/assert.inc [We have 1 binlog file]
DROP TABLE t;
SET GLOBAL debug = "-d,expire_logs_always_at_start";
OHA YOOOO