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_bug41902.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] include/sync_slave_sql_with_master.inc stop slave; SET @@debug="d,simulate_find_log_pos_error"; reset slave; ERROR HY000: Target log not found in binlog index show warnings; Level Code Message Error 1373 Target log not found in binlog index Error 1371 Failed purging old relay logs: Failed during log reset SET @@debug=""; reset slave; change master to master_host='dummy'; SET @@debug="d,simulate_find_log_pos_error"; change master to master_host='dummy'; ERROR HY000: Target log not found in binlog index SET @@debug=""; reset slave; change master to master_host='dummy'; SET @@debug="d,simulate_find_log_pos_error"; reset master; ERROR HY000: Target log not found in binlog index SET @@debug=""; reset master; SET @@debug="d,simulate_find_log_pos_error"; purge binary logs to 'master-bin.000001'; ERROR HY000: Target log not found in binlog index SET @@debug=""; purge binary logs to 'master-bin.000001'; ==== clean up ==== CHANGE MASTER TO MASTER_HOST = '127.0.0.1'; include/rpl_end.inc