Bug #7100 relay_log_space_max missing from SHOW VARIABLES
Submitted: 8 Dec 2004 11:12 Modified: 17 Mar 2005 16:18
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.7 OS:
Assigned to: Sergei Glukhov CPU Architecture:Any

[8 Dec 2004 11:12] Hartmut Holzgraefe
Description:
the relay_log_space parameter defined in sql/mysqld.cc and used  in sql/slave.cc 
is not registered as a variable in sql/set_var.cc (unlike e.g. max_relay_log_size)

How to repeat:
SHOW VARIABLES LIKE '%relay%';

Suggested fix:
add registration in sql/set_var.cc
[18 Feb 2005 12:01] Alexander Barkov
Please change SHOW_LONG to SHOW_LONGLONG.
[16 Mar 2005 11:55] 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/internals/23082
[16 Mar 2005 18:50] Paul DuBois
Setting this back to "in review." Gluh, please set
to "Documenting" *after* the code has been pushed
and you have indicated the version that the fix was
pushed into.  Thanks.
[17 Mar 2005 6:47] Sergei Glukhov
The fix is pushed(date: 05/03/16) in 4.1.11 tree. There is the mistake in the description
of the bug. Here should be 'relay_log_space_limit' instead of 'relay_log_space_max'.
[17 Mar 2005 16:18] Paul DuBois
Noted in 4.1.11 changelog.