You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG# 20798617 - MYSQL CALLS EXIT(MYSQLD_ABORT_EXIT) WITHOUT
SHUTTING DOWN INNODB.
The test innodb.log_file can occasionally crash due to an error
in the startup error handling. In test step 12 of the innodb.
log_file cause mysqld startup to abort by calling exit.Thus
InnoDB is not shutdown properly with some InnoDB threads being
active causing sporadic test case failure.
The fix is to exit via unireg_abort which does InnoDB to gracefully
shutdown. Also move the start of signal handler thread before bootstrap
in the initialization sequence. Terminate signal handler thread when
SIGTERM and SIGQUIT irrespective of whether abort_loop is set or unset.
0 commit comments