1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-28 06:45:23 +03:00
mariadb/mysql-test/suite/binlog/r/binlog_variables_relay_log_index.result
Nirbhay Choubey f965cae5fb MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index
Add log_bin_index, log_bin_basename and relay_log_basename system
variables. Also, convert relay_log_index system variable to
NO_CMD_LINE and implement --relay-log-index as a command line
option.
2015-06-09 13:38:29 -04:00

16 lines
418 B
Plaintext

SHOW VARIABLES LIKE 'relay_log%';
Variable_name relay_log
Value other-relay
Variable_name relay_log_basename
Value MYSQLTEST_VARDIR/mysqld.1/data/other-relay
Variable_name relay_log_index
Value MYSQLTEST_VARDIR/tmp/something-relay.index
Variable_name relay_log_info_file
Value relay-log.info
Variable_name relay_log_purge
Value ON
Variable_name relay_log_recovery
Value OFF
Variable_name relay_log_space_limit
Value 0