config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/t/

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/t/rpl_show_master_info_file.test

#
# Bug #50316  	Add Master_info_file to SHOW SLAVE STATUS
# Testing of matching --master-info-file value to the value of the 
# new added SSS' field
#

source include/master-slave.inc;
source include/have_binlog_format_mixed.inc;
source include/not_master_info_table.inc;

# test reveals different path separator on windows.
# Leaving out windows because there is nothing more platform specific.
source include/not_windows.inc;

connection slave;

--let $master_info_file= query_get_value(SHOW SLAVE STATUS, Master_Info_File, 1)
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--eval SELECT "$master_info_file" as Master_Info_File

--source include/rpl_end.inc

Man Man