diff options
Diffstat (limited to 'plugin/feedback')
-rw-r--r-- | plugin/feedback/sender_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/feedback/sender_thread.cc b/plugin/feedback/sender_thread.cc index 617ca0213dc..bcfb0348e11 100644 --- a/plugin/feedback/sender_thread.cc +++ b/plugin/feedback/sender_thread.cc @@ -257,7 +257,7 @@ ret: pthread_mutex_lock(&LOCK_thread_count); bzero(&thd->status_var, sizeof(thd->status_var)); thread_count--; - thd->killed= THD::KILL_CONNECTION; + thd->killed= KILL_CONNECTION; pthread_cond_broadcast(&COND_thread_count); pthread_mutex_unlock(&LOCK_thread_count); delete thd; |