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 |
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/r/rpl_multi_source_repo_info_errors.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] [connection slave] CALL mtr.add_suppression("Got fatal error .* from master .* slave with the same server_uuid/server_id"); CALL mtr.add_suppression("Error during --relay-log-recovery.*"); CALL mtr.add_suppression("Server was not able to find a rotate event from master server.*"); include/stop_slave.inc RESET SLAVE ALL; SET GLOBAL master_info_repository='TABLE'; SET GLOBAL relay_log_info_repository='TABLE'; CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT FOR CHANNEL 'ch1'; # # RESTART SLAVE SERVER # include/rpl_restart_server.inc [server_number=2 parameters: --relay-log-recovery --skip-slave-start --master-info-repository=TABLE --relay-log-info-repository=TABLE --slave-parallel-workers=4 --relay-log-purge=0] CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT FOR CHANNEL 'ch1'; include/start_slave.inc include/stop_slave.inc RESET SLAVE ALL FOR CHANNEL 'ch1'; CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT FOR CHANNEL 'ch1'; CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT FOR CHANNEL ''; START SLAVE; include/stop_slave.inc RESET SLAVE ALL; SET @@global.master_info_repository='SAVE_MI_REPO_TYPE'; SET @@global.relay_log_info_repository='SAVE_RLI_REPO_TYPE'; SET @@global.slave_parallel_workers=SAVE_PARALLEL_WORKERS; CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT; include/start_slave.inc include/rpl_restart_server.inc [server_number=2] [connection master] [connection slave] call mtr.add_suppression("Slave: Failed to initialize the master info structure for channel"); call mtr.add_suppression("The slave coordinator and worker threads are stopped"); call mtr.add_suppression("Recovery from master pos"); call mtr.add_suppression("It is not possible to change the type of the relay log repository because there are workers repositories with possible"); include/stop_slave.inc Warnings: Note 3084 Replication thread(s) for channel '' are already stopped. RESET SLAVE ALL; SET @@global.master_info_repository="TABLE"; SET @@global.relay_log_info_repository="TABLE"; SET @@global.slave_parallel_workers=5; CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT FOR CHANNEL 'ch_trunk'; include/start_slave.inc === RESTART SLAVE SERVER === include/rpl_restart_server.inc [server_number=2 parameters: --relay-log-recovery --skip-slave-start --master-info-repository=TABLE --relay-log-info-repository=TABLE --slave-parallel-workers=5] [connection slave] START SLAVE; include/stop_slave.inc RESET SLAVE ALL; SET @@global.master_info_repository='SAVE_MI_REPO_TYPE'; SET @@global.relay_log_info_repository='SAVE_RLI_REPO_TYPE'; SET @@global.slave_parallel_workers=SAVE_PARALLEL_WORKERS; CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_USER='root', MASTER_PORT=MASTER_MYPORT; include/start_slave.inc include/rpl_restart_server.inc [server_number=2] include/start_slave.inc [connection master] include/rpl_end.inc