blob: 29b70e6cd475552e35ab2130c6b1a082910270c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# WL#5465: System variables: paths to relay log and binary log files
#
# Test for variable:
# Variable Name: relay_log_basename
# Variable Scope: Global
# Dynamic Variable: No
--source include/not_embedded.inc
--source include/master-slave.inc
--connection slave
--let $rpl_log_var_name=relay_log_basename
--source suite/sys_vars/inc/bin_relay_log_basename_index.inc
--source include/rpl_end.inc
|