| Server IP : 88.99.149.37 / Your IP : 216.73.216.141 Web Server : nginx/1.31.2 System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64 User : muralimurth ( 1015) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/mysql/mysql-test/suite/multi_source/ |
Upload File : |
# MDEV-36238: Test `--master-info-file` # # Other tests (such as `info_logs`) work explicitly with `(multi-)master.info`. # This test sees that `--master-info-file` moves/renames this file. --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 --replace_result $SERVER_MYPORT_2 SERVER_MYPORT_2 --eval CHANGE MASTER 'named' TO master_host='localhost', master_user='test', master_port=$SERVER_MYPORT_2 --let $datadir = `SELECT @@datadir` --echo --list_files @@datadir *.info --list_files $datadir *.info --echo --list_files MYSQL_TMP_DIR *.txt --list_files $MYSQL_TMP_DIR *.txt --echo --cat_file MYSQL_TMP_DIR/multi-master_info_file.txt --cat_file $MYSQL_TMP_DIR/multi-master_info_file.txt --let SEARCH_OUTPUT= count --let SEARCH_FILE= $MYSQL_TMP_DIR/master_info_file.txt --let SEARCH_PATTERN= \\n127.0.0.1\\n --source include/search_pattern_in_file.inc --let SEARCH_PATTERN= \\nroot\\n --source include/search_pattern_in_file.inc --let SEARCH_PATTERN= \\n$SERVER_MYPORT_1\\n --source include/search_pattern_in_file.inc --let SEARCH_FILE= $MYSQL_TMP_DIR/master_info_file-named.txt --let SEARCH_PATTERN= \\nlocalhost\\n --source include/search_pattern_in_file.inc --let SEARCH_PATTERN= \\ntest\\n --source include/search_pattern_in_file.inc --let SEARCH_PATTERN= \\n$SERVER_MYPORT_2\\n --source include/search_pattern_in_file.inc RESET REPLICA 'named' ALL;