mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Merge branch '10.5' into 10.6
This commit is contained in:
commit
194cc36805
19 changed files with 600 additions and 557 deletions
|
|
@ -1475,7 +1475,7 @@ static void debug_sync_execute(THD *thd, st_debug_sync_action *action)
|
|||
the required dynamic memory allocated.
|
||||
*/
|
||||
while (stringcmp(&debug_sync_global.ds_signal, &action->wait_for) &&
|
||||
!thd->killed && opt_debug_sync_timeout)
|
||||
!(thd->killed & KILL_HARD_BIT) && opt_debug_sync_timeout)
|
||||
{
|
||||
error= mysql_cond_timedwait(&debug_sync_global.ds_cond,
|
||||
&debug_sync_global.ds_mutex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue