Bug #12683 Querying information_schema.routines crashes the server
Submitted: 19 Aug 2005 18:44 Modified: 21 Aug 2005 10:24
Reporter: Peter Brawley (Basic Quality Contributor) Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.11 OS:Windows (WinXP)
Assigned to: CPU Architecture:Any

[19 Aug 2005 18:44] Peter Brawley
Description:
USE information_schema;
SELECT COUNT(*) FROM routines;

# crashes the server

How to repeat:
As above
[21 Aug 2005 10:24] MySQL Verification Team
Hello Peter,

Thank you for the report, but I wasn't able to repeat it with 5.0.12-beta-debug-log

mysql> use information_schema;
Database changed
mysql> SELECT COUNT(*) FROM routines;
+----------+
| COUNT(*) |
+----------+
|        0 |
+----------+
1 row in set (0.13 sec)