Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
When innodb creates threads using CreateThread() function, it does not close the handle returned by CreateThread(), nor it uses the handle anywhere in the code. Thus when innodb plugin is unloaded, the handle is leaked. application verifier does not like it, and crashes mysqld.exe because of leaked handle during unload of ha_innodb.dll when server shuts down.