-
Deepthi ES authored
This WL changes the default values of relay-log-info-repository and master-info-repository.This is required for crash-safe replication and for reliable replication generally. Server Changes: master-info-repository = TABLE : causes mysql.slave_master_info to be used for storing replication channel metadata. relay-log-info-repository = TABLE : causes mysql.slave_relay_log_info to be used for storing relay log metadata. This patch removed master-info-repository=TABLE and relay-log-info-repository=TABLE in tests.This also adds 3 include files : 'include/have_slave_repository_type_table.inc', 'include/not_relay_log_info_file.inc' and 'include/not_master_info_file.inc'.
Deepthi ES authoredThis WL changes the default values of relay-log-info-repository and master-info-repository.This is required for crash-safe replication and for reliable replication generally. Server Changes: master-info-repository = TABLE : causes mysql.slave_master_info to be used for storing replication channel metadata. relay-log-info-repository = TABLE : causes mysql.slave_relay_log_info to be used for storing relay log metadata. This patch removed master-info-repository=TABLE and relay-log-info-repository=TABLE in tests.This also adds 3 include files : 'include/have_slave_repository_type_table.inc', 'include/not_relay_log_info_file.inc' and 'include/not_master_info_file.inc'.
Loading