Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
-
None
Description
As noted by Monty - tp_add_connection can call tp_remove_connection in error handling, however the later function also calls my_thread_end(), which it should not be doing -
tp_add_connection does not run in threadpool' thread, but in a dedicated server thread.