mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
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.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user