Commit e0f0f5f6 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Reverting the change erroneously got introduced during merge.

parent 4cb029b3
......@@ -1299,7 +1299,7 @@ void do_handle_one_connection(THD *thd_arg)
if (thd->userstat_running)
update_global_user_stats(thd, create_user, time(NULL));
if (MYSQL_CALLBACK_ELSE(thread_scheduler, end_thread, (thd, 1), 0))
if (MYSQL_CALLBACK_ELSE(thd->scheduler, end_thread, (thd, 1), 0))
return; // Probably no-threads
/*
......
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