Bug #28893 --relay-log variable is not exposed with SHOW VARIABLES
Submitted: 5 Jun 2007 11:27 Modified: 31 Oct 2007 0:07
Reporter: Mark Leith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.0.42 OS:Any
Assigned to: Sergei Glukhov CPU Architecture:Any

[5 Jun 2007 11:27] Mark Leith
Description:
The --relay-log variable is not shown within SHOW VARIABLES (like log_bin is). This variable should also be shown. This is also the case for:

--relay-log-index
--relay-log-info-file 

How to repeat:
SHOW GLOBAL VARIABLES LIKE '%relay%';
[14 Aug 2007 8:35] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/32494

ChangeSet@1.2512, 2007-08-14 13:31:26+05:00, gluh@mysql.com +3 -0
  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
[10 Oct 2007 7:25] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/35255

ChangeSet@1.2557, 2007-10-10 12:21:11+05:00, gluh@mysql.com +3 -0
  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
[29 Oct 2007 8:43] Bugs System
Pushed into 5.0.52
[29 Oct 2007 8:46] Bugs System
Pushed into 5.1.23-beta
[29 Oct 2007 8:50] Bugs System
Pushed into 6.0.4-alpha
[31 Oct 2007 0:07] Paul DuBois
Noted in 5.0.52, 5.1.23, 6.0.4 changelogs.

SHOW VARIABLES did not display the relay_log, relay_log_index, or
relay_log_info_file system variables.