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_check_flush_log_assertion.result

SET GLOBAL binlog_error_action= IGNORE_ERROR;
# Adding debug point 'error_unique_log_filename' to @@GLOBAL.debug
FLUSH LOGS;
ERROR HY000: Can't generate a unique log-filename master-bin.(1-999)

# restart
SET GLOBAL binlog_error_action= IGNORE_ERROR;
# Adding debug point 'error_unique_log_filename' to @@GLOBAL.debug
RESET MASTER;
ERROR HY000: Can't generate a unique log-filename master-bin.(1-999)

# Removing debug point 'error_unique_log_filename' from @@GLOBAL.debug
RESET MASTER;
ERROR HY000: Target log not found in binlog index
SET GLOBAL binlog_error_action= ABORT_SERVER;
FLUSH LOGS;

Man Man