config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/binlog/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : /home/usr.opt/mysql57/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";

Man Man