MDEV-4670 THD::awake bug with my_sleep call
This commit is contained in:
parent
03c71ff2ba
commit
9675ddc9a2
@ -1679,8 +1679,8 @@ void THD::awake(killed_state state_to_set)
|
||||
mysql_mutex_unlock(mysys_var->current_mutex);
|
||||
break;
|
||||
}
|
||||
my_sleep(1000000L / WAIT_FOR_KILL_TRY_TIMES);
|
||||
}
|
||||
my_sleep(1000000L / WAIT_FOR_KILL_TRY_TIMES);
|
||||
}
|
||||
mysql_mutex_unlock(&mysys_var->mutex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user