config root man

Current Path : /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 : //usr/opt/mysql57/mysql-test/suite/binlog/r/binlog_purge_binary_logs_stall.result

FLUSH BINARY LOGS;
CREATE TABLE t1 (c1 INT);
INSERT INTO t1 VALUES (1);
DROP TABLE t1;
PURGE BINARY LOGS TO 'BINLOG_FILE';
include/assert_grep.inc [Only two events were read from the binary log file (binlog_gtid_simple_recovery=TRUE).]

Man Man