diff --git a/mysql-test/suite/multi_source/master_info_file.result b/mysql-test/suite/multi_source/master_info_file.result index 08fe34677be..9a0623369d7 100644 --- a/mysql-test/suite/multi_source/master_info_file.result +++ b/mysql-test/suite/multi_source/master_info_file.result @@ -1,4 +1,4 @@ -CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=SERVER_MYPORT_1; +CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=SERVER_MYPORT_1, master_ssl_verify_server_cert=0; CHANGE MASTER 'named' TO master_host='localhost', master_user='test', master_port=SERVER_MYPORT_2; --list_files @@datadir *.info relay-log-named.info diff --git a/mysql-test/suite/multi_source/master_info_file.test b/mysql-test/suite/multi_source/master_info_file.test index 812b22b5706..48478fa6e35 100644 --- a/mysql-test/suite/multi_source/master_info_file.test +++ b/mysql-test/suite/multi_source/master_info_file.test @@ -5,7 +5,7 @@ --source include/not_embedded.inc --replace_result $SERVER_MYPORT_1 SERVER_MYPORT_1 ---eval CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=$SERVER_MYPORT_1 +--eval CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=$SERVER_MYPORT_1, master_ssl_verify_server_cert=0 --replace_result $SERVER_MYPORT_2 SERVER_MYPORT_2 --eval CHANGE MASTER 'named' TO master_host='localhost', master_user='test', master_port=$SERVER_MYPORT_2