Bug #7646 Stored procedure hang if show binlog events
Submitted: 3 Jan 2005 20:52 Modified: 28 Feb 2005 18:47
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.3-alpha-debug OS:Linux (SUSE 9.2)
Assigned to: Per-Erik Martin CPU Architecture:Any

[3 Jan 2005 20:52] Peter Gulutzan
Description:
If a procedure includes a SHOW BINLOG EVENTS statement, calling the procedure causes 
an apparent client hangup. I am running without a binlog. 
 

How to repeat:
mysql> create procedure pz () show binlog events; 
Query OK, 0 rows affected (0.00 sec) 
 
mysql> call pz(); 
Empty set (0.01 sec)
[4 Jan 2005 0:56] MySQL Verification Team
Thank you for the bug report.
[28 Feb 2005 18:47] Per-Erik Martin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html