mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge MWL#116 after-review fixes.
This commit is contained in:
@@ -4168,8 +4168,8 @@ THD::signal_wakeup_ready()
|
||||
{
|
||||
pthread_mutex_lock(&LOCK_wakeup_ready);
|
||||
wakeup_ready= true;
|
||||
pthread_cond_signal(&COND_wakeup_ready);
|
||||
pthread_mutex_unlock(&LOCK_wakeup_ready);
|
||||
pthread_cond_signal(&COND_wakeup_ready);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user