Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows, Visual Studio 10
Description
When multiple MySQL objects are created in the same thread, and mysql_thread_end is called when destroying each object, it crashes.
This does not happen with the MySQL client library.
Have attached sample code.