EVOLUTION-MANAGER
Edit File: backup_master_info.result
### # Test for binlog position ##### 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] CREATE TABLE t1(a INT) ENGINE=TokuDB; DROP TABLE t1; Backup include/filter_file.inc ### tokubackup_slave_info content: host: #.#.#.#, user: ####, port: ####, master log file: ####, relay log file: ####, exec master log pos: ####, executed gtid set: , channel name: ### # Test for gtid set ##### include/rpl_set_gtid_mode.inc CREATE TABLE t1(a INT) ENGINE=TokuDB; DROP TABLE t1; Backup include/filter_file.inc ### tokubackup_slave_info content: host: #.#.#.#, user: ####, port: ####, master log file: ####, relay log file: ####, exec master log pos: ####, executed gtid set: ####, channel name: include/rpl_set_gtid_mode.inc include/rpl_end.inc