Bug #4335 one name can be handler open'ed many times
Submitted: 29 Jun 2004 23:05 Modified: 5 Oct 2004 10:37
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0 OS:
Assigned to: Ingo Strüwing CPU Architecture:Any

[29 Jun 2004 23:05] Sergei Golubchik
Description:
one can open several HANDLER's using the same name

How to repeat:
HANDLER t1 OPEN
HANDLER t2 OPEN t1
HANDLER t3 OPEN t1

Suggested fix:
auto-close the previous handler if the name is reused or refuse to open the second one
[25 Sep 2004 7:42] Ingo Strüwing
I fixed this together with BUG#4286: bk commit - 4.0 tree (ingo:1.2010) BUG#4335
[5 Oct 2004 10:37] Ingo Strüwing
Fixed in 4.0.22.