forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug#33300587: mysqld crash with unknown parameter and enable create_a…
…dmin_listener_thread Problem: Attempting to start mysqld with --create_admin_listener_thread and an illegal parameter resulted in a SEGV. Solution: Make sure cleanup code checks to see if admin thread has actually been created before trying to pthread_kill it. Change-Id: Ia0d2dab33da7093118f4f3e929d9cb38494f6fe8
- Loading branch information
Dyre Tjeldvoll
authored and
Dyre Tjeldvoll
committed
Nov 16, 2021
1 parent
844eb47
commit f5a6b82
Showing
2 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters