config root man

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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/r/rpl_gtid_validate_slave_gtids.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]
SET GLOBAL GTID_PURGED= "master_uuid:1-2";
CREATE TABLE t1(i INT);
DROP TABLE t1;
START SLAVE IO_THREAD;
include/wait_for_slave_io_error.inc [errno=1236]
Warnings:
Warning	3090	Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
Last_IO_Error = 'Got fatal error 1236 from master when reading data from binary log: 'The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires. Replicate the missing transactions from elsewhere, or provision a new slave from backup. Consider increasing the master's binary log expiration period. The GTID set sent by the slave is '', and the missing transactions are 'MASTER_UUID:1-2'.''
Warnings:
Warning	3090	Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
SET GLOBAL GTID_PURGED= "master_uuid:1-2";
include/start_slave.inc
include/sync_slave_sql_with_master.inc
include/assert.inc [Slave should be able to get GTID-3 and 4 now.]
CALL mtr.add_suppression(".*Cannot replicate.*purged required binary logs.*");
CALL mtr.add_suppression(".*Master has purged binary logs containing GTIDs that the slave requires.*");
include/assert_grep.inc [Found warning continaining lost GTIDs]
include/rpl_reset.inc
CREATE TABLE t1(i INT);
DROP TABLE t1;
include/stop_slave.inc
FLUSH LOGS;
DELETE FROM mysql.gtid_executed;
Warnings:
Warning	3129	Please do not modify the gtid_executed table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
include/rpl_restart_server.inc [server_number=1]
START SLAVE IO_THREAD;
include/wait_for_slave_io_error.inc [errno=1236]
Warnings:
Warning	3090	Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
Last_IO_Error = 'Got fatal error 1236 from master when reading data from binary log: 'Slave has more GTIDs than the master has, using the master's SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been''
Warnings:
Warning	3090	Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.
call mtr.add_suppression(".*Slave has more GTIDs than the master has.*");
SET GLOBAL GTID_PURGED= "master_uuid:1-2";
include/start_slave.inc
include/rpl_end.inc

Man Man