MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/binlog/r/
File Upload :
Current File : //opt/mysql/mysql-test/suite/binlog/r/binlog_gtid_purge_binlog_at_startup.result

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