1
0
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:
unknown
2011-03-31 15:32:04 +02:00
14 changed files with 191 additions and 123 deletions

View File

@@ -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);
}