# # 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