[MDEV-9156] Fix tp_add_connection()'s error handling Created: 2015-11-19 Updated: 2015-12-04 Resolved: 2015-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.0.23, 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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 - |