Bug #45 HANDLER hang connection if not close
Submitted: 28 Jan 2003 12:17 Modified: 28 Jan 2003 15:20
Reporter: Oleksandr Byelkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:Any (any)
Assigned to: CPU Architecture:Any

[28 Jan 2003 12:17] Oleksandr Byelkin
Description:
connection hang 

How to repeat:
CREATE TABLE t1 (a int, KEY(a)); 
HANDLER t1 OPEN; 
drop table t1; 
 
create table t1 (a int); 
insert into t1 values (1),(2); 
 

Suggested fix:
do not know