blob: 27b5a56c6b1ee6e61c0e81c4feebbeb1d3bb0dd3 (
plain)
1
2
3
4
5
6
7
8
9
|
# ==== Purpose ====
#
# This is an auxiliary file that mysqltest executes when
# sync_slave_with_master or sync_with_master fails. The purpose is to
# print debug information.
--let $rpl_server_count= 0
--let $rpl_only_current_connection= 1
--source include/show_rpl_debug_info.inc
|