Bug #5264 Packets out of order error (views)
Submitted: 27 Aug 2004 20:16 Modified: 6 Sep 2004 13:53
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.2 OS:Linux (Linux)
Assigned to: Oleksandr Byelkin CPU Architecture:Any

[27 Aug 2004 20:16] Georg Richter
Description:
see how to repeat :) 

How to repeat:
5.0.2-alpha-debug-log 
[20:13] root@test> create view v1 as select cast(1 as char(3)); 
Query OK, 0 rows affected (0.00 sec) 
 
5.0.2-alpha-debug-log 
[20:13] root@test> describe v1; 
ERROR 1115 (42000): Unknown character set: 'latin1_swedish_ci' 
5.0.2-alpha-debug-log 
[20:13] root@test> show create view v1; 
Packets out of order (Found: 2, expected 1) 
ERROR 2013 (HY000): Lost connection to MySQL server during query
[1 Sep 2004 22:42] Oleksandr Byelkin
Crashing part of this bug (Packets out of order error) is already fixed during other bug 
fixing, but we still have error message on legal view usage.
[1 Sep 2004 23:12] Oleksandr Byelkin
ChangeSet 
  1.1745 04/09/02 00:11:40 bell@sanja.is.com.ua +3 -0 
  fixed printing of characters casting operartion (BUG#5264)
[6 Sep 2004 13:53] Oleksandr Byelkin
Thank you for bugreport! Bug is fixed, putch is pushed into server 5.0 source repository.
[6 Sep 2004 13:53] Oleksandr Byelkin
Thank you for bugreport! Bug is fixed, putch is pushed into server 5.0 source repository.