MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/2/cwd/usr/share/mysql-test/include/cleanup_fake_relay_log.inc
# ==== Purpose ====
#
# Clean up files created by setup_fake_relay_log.inc.
#
# ==== Usage ====
#
# See setup_fake_relay_log.inc

--let $include_filename= cleanup_fake_relay_log.inc
--source include/begin_include_file.inc


--disable_query_log
RESET SLAVE;

# Assert that the fake relay log files are gone (RESET SLAVE should
# have removed them).
--let $file_does_not_exist= $_fake_relay_log
--source include/file_does_not_exist.inc

# Revert variables.
eval SET @@global.relay_log_purge= $_fake_relay_log_purge;

eval CHANGE MASTER TO MASTER_HOST = '$_fake_old_master_host';


--let $include_filename= cleanup_fake_relay_log.inc
--source include/end_include_file.inc