Bug #40876 SHOW VARIABLES command doesn't work
Submitted: 20 Nov 2008 9:28 Modified: 20 Nov 2008 12:53
Reporter: Georg Richter Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.1.30-debug-log OS:Linux (x64)
Assigned to: CPU Architecture:Any

[20 Nov 2008 9:28] Georg Richter
Description:
Show variables command doesn't work anymore

How to repeat:
mysql> select version();
+------------------+
| version()        |
+------------------+
| 5.1.30-debug-log |
+------------------+
1 row in set (0.05 sec)

mysql> show variables;
Empty set (0.04 sec)
[20 Nov 2008 12:53] Georg Richter
Doesn't occur in 5.1.31 anymore -> can't repat