MySQL 5.0.2 on Windows crashes on "SHOW PROCEDURE STATUS"

Giuseppe Maxia <[email protected]> Sun, 12 Dec 2004 14:00:29 +0100
Newsgroups gmane.comp.db.mysql.bugs
Message-ID <[email protected]>
Description:
MySQL 5.0.2 server crashes when the command SHOW PROCEDURE STATUS is issued.

This bug was found on MySQL 5.0.2, installed on a Windows 2000 server.
The Linux versione works as expected, and does not seem to be affected by this bug.

How to reproduce:
install MySQL 5.0.2 on Windows and connect to the server.
 From the client's command line issue these commands:

USE test;
SHOW PROCEDURE STATUS;

or

SHOW FUNCTION STATUS;


The server hangs for a few seconds and it is eventually shut down.
Notice that other commands related to stored procedures, such as CREATE, DROP,
and SHOW CREATE work as expected.

Workarounds: none so far.


Best regards

Giuseppe Maxia




-- 
Giuseppe Maxia
CTO
http://www.StarData.it
MySQL Certified Professional
        __              __     __
   ___ / /____ ________/ /__ _/ /____ _
  (_-</ __/ _ `/ __/ _  / _ `/ __/ _ `/
/___/\__/\_,_/_/  \_,_/\_,_/\__/\_,_/
        Database is our business

-- 
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe:    http://lists.mysql.com/[email protected]