mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-4670 THD::awake bug with my_sleep call
This commit is contained in:
@@ -1679,8 +1679,8 @@ void THD::awake(killed_state state_to_set)
|
|||||||
mysql_mutex_unlock(mysys_var->current_mutex);
|
mysql_mutex_unlock(mysys_var->current_mutex);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
my_sleep(1000000L / WAIT_FOR_KILL_TRY_TIMES);
|
||||||
}
|
}
|
||||||
my_sleep(1000000L / WAIT_FOR_KILL_TRY_TIMES);
|
|
||||||
}
|
}
|
||||||
mysql_mutex_unlock(&mysys_var->mutex);
|
mysql_mutex_unlock(&mysys_var->mutex);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user