1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#28893 --relay-log variable is not exposed with SHOW VARIABLES

added variables relay_log, relay_log_index, relay_log_info_file to init_vars[]
to make them visible within SHOW VARIABLES


mysql-test/r/rpl_flush_log_loop.result:
  test result
mysql-test/t/rpl_flush_log_loop.test:
  test case
sql/set_var.cc:
  added variables relay_log, relay_log_index, relay_log_info_file to init_vars[]
  to make them visible within SHOW VARIABLES
This commit is contained in:
unknown
2007-10-10 12:21:11 +05:00
parent 15453e3a6a
commit 62f72d3610
3 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,9 @@
source include/master-slave.inc;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
show variables like 'relay_log%';
connection slave;
stop slave;
--replace_result $MASTER_MYPORT MASTER_PORT