Bug #5279 Stored procedure packets out of order if CHECKSUM TABLE
Submitted: 28 Aug 2004 3:36 Modified: 30 Aug 2004 15:06
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.2-alpha-debug OS:Linux (SuSE 8.2)
Assigned to: Bugs System CPU Architecture:Any

[28 Aug 2004 3:36] Peter Gulutzan
Description:
A procedure which contains CHECKSUM TABLE will eventually cause "Packets out of 
order". 

How to repeat:
mysql> create procedure p () checksum table t; 
Query OK, 0 rows affected (0.54 sec) 
 
mysql> call p(); 
+-------+----------+ 
| Table | Checksum | 
+-------+----------+ 
| db5.t |     NULL | 
+-------+----------+ 
1 row in set (0.00 sec) 
 
mysql> call p(); 
Packets out of order (Found: 7, expected 1) 
ERROR 2013 (HY000): Lost connection to MySQL server during query
[30 Aug 2004 15:06] 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