1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure on MacOSX

and bug #15668: Test 'sp-error' crashes server on Mac OS X.
This commit is contained in:
ramil@mysql.com
2005-12-14 21:42:08 +04:00
parent 138ec21cc9
commit 04cff0d055
5 changed files with 7 additions and 5 deletions

View File

@ -473,10 +473,12 @@ void THD::awake(THD::killed_state state_to_set)
killed= state_to_set;
if (state_to_set != THD::KILL_QUERY)
{
thr_alarm_kill(real_id);
#ifdef SIGNAL_WITH_VIO_CLOSE
close_active_vio();
close_active_vio();
#endif
}
if (mysys_var)
{
pthread_mutex_lock(&mysys_var->mutex);