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_semi_sync_deadlock.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]
include/install_semisync.inc
# Initialization
SET @debug_save= @@GLOBAL.DEBUG;
SET GLOBAL rpl_semi_sync_master_timeout= 6000000;
#
# Verify no deadlock at AFTER_SYNC
#
SET GLOBAL debug= 'd,semi_sync_3-way_deadlock';
SET GLOBAL debug= '+d,dump_thread_before_read_event';
SET DEBUG_SYNC= "before_process_commit_stage_queue WAIT_FOR signal.continue no_clear_event";
# Build 10 connections to master server
# Execute INSERT statement on these 10 connections in parallel
SET DEBUG_SYNC= "before_rotate_binlog SIGNAL signal.continue";
# Rotate binlog file
FLUSH LOGS;
#
# Verify no deadlock at AFTER_COMMIT
#
SET GLOBAL rpl_semi_sync_master_wait_point= AFTER_COMMIT;
SET GLOBAL debug= 'd,semi_sync_3-way_deadlock';
SET GLOBAL debug= '+d,dump_thread_before_read_event';
SET DEBUG_SYNC= "before_process_commit_stage_queue WAIT_FOR signal.continue no_clear_event";
# Build 10 connections to master server
# Execute INSERT statement on these 10 connections in parallel
SET DEBUG_SYNC= "before_rotate_binlog SIGNAL signal.continue";
# Rotate binlog file
FLUSH LOGS;
# Cleanup
SET GLOBAL rpl_semi_sync_master_timeout= 600000;
include/sync_slave_sql_with_master.inc
SET GLOBAL debug= 'd,semi_sync_3-way_deadlock';
SET DEBUG_SYNC= "before_process_commit_stage_queue WAIT_FOR signal.rotate_finished";
# Build 10 connections to master server
# Execute INSERT statement on these 10 connections in parallel
SET DEBUG_SYNC= "before_rotate_binlog SIGNAL signal.rotate_finished";
# Rotate binlog file
FLUSH LOGS;
SET DEBUG_SYNC= 'RESET';
SET @@GLOBAL.DEBUG= @debug_save;
SET GLOBAL rpl_semi_sync_master_wait_point= AFTER_SYNC;
include/sync_slave_sql_with_master.inc
include/uninstall_semisync.inc
include/rpl_end.inc

Man Man