config root man

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

include/master-slave.inc
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
[connection master]
[connection slave]
call mtr.add_suppression("Slave I/O .*: Master command COM_REGISTER_SLAVE failed: .*");
SET @debug_saved=@@global.debug;
include/stop_slave.inc
[connection master]
CREATE TABLE t1 (c1 INT);
DROP TABLE t1;
[connection slave]
#
# Active injected error during getting server id from master
#
SET GLOBAL DEBUG='d,get_master_server_id.ER_NET_READ_INTERRUPTED';
START SLAVE;
include/wait_for_slave_io_to_start.inc
[connection master]
include/sync_slave_io_with_master.inc
include/assert_grep.inc [Make sure there is not the error "fatal error is encountered when it try to get the value of SERVER_ID variable from master" in slave's error log.]
include/assert_grep.inc [Make sure there is the warning "Get master SERVER_ID failed with error" in slave's error log.]
include/stop_slave.inc
SET GLOBAL DEBUG= @save_debug;
include/start_slave.inc
include/rpl_end.inc

Man Man