Bug #1176 Packets out of order
Submitted: 1 Sep 2003 23:49 Modified: 4 Sep 2003 5:11
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Sergei Glukhov CPU Architecture:Any

[1 Sep 2003 23:49] Georg Richter
Description:
see how to 

How to repeat:
mysql> select 1 from (select * from a) b; 
ERROR 1046 (3D000): No Database Selected 
mysql> select 1 from (select * from b) c; 
Packets out of order (Found: 2, expected 1) 
ERROR 2013 (HY000): Lost connection to MySQL server during query 
mysql>