Commit 5fd42a74 authored by Vlad Lesin's avatar Vlad Lesin

Compilation error fix

parent aad10bd6
...@@ -3043,9 +3043,8 @@ static bool cache_thread(THD *thd) ...@@ -3043,9 +3043,8 @@ static bool cache_thread(THD *thd)
Create new instrumentation for the new THD job, Create new instrumentation for the new THD job,
and attach it to this running pthread. and attach it to this running pthread.
*/ */
PSI_thread *psi= PSI_CALL_new_thread(key_thread_one_connection, PSI_CALL_set_thread(PSI_CALL_new_thread(key_thread_one_connection,
thd, thd->thread_id); thd, thd->thread_id));
PSI_CALL_set_thread(psi);
/* reset abort flag for the thread */ /* reset abort flag for the thread */
thd->mysys_var->abort= 0; thd->mysys_var->abort= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment