Bug #9738 SHOW VARIABLES still displays the deprecated 'log_update' in 5.0
Submitted: 7 Apr 2005 23:42 Modified: 25 Apr 2005 16:29
Reporter: Timothy Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0 OS:Any (all)
Assigned to: Guilhem Bichot CPU Architecture:Any

[7 Apr 2005 23:42] Timothy Smith
Description:

The deprecated log_update variable shouldn't be shown in SHOW VARIABLES in 5.0.

How to repeat:

mysql> show variables like 'log_update';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| log_update    | OFF   |
+---------------+-------+
1 row in set (0.00 sec)

mysql> select version();
+----------------------+
| version()            |
+----------------------+
| 5.0.4-beta-debug-log |
+----------------------+
1 row in set (0.05 sec)
[22 Apr 2005 22:07] Guilhem Bichot
fixed in 5.0.5
ChangeSet@1.1879, 2005-04-23 00:05:05+02:00, gbichot@quadita2.mysql.com
[25 Apr 2005 16:29] Paul DuBois
Noted in 5.0.5 changelog.