Commit 8486212a authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fixed missing change of thd_unlock_connection_data to thd_unlock_thread_count

parent 50b5f456
......@@ -359,7 +359,7 @@ void thd_new_connection_setup(THD *thd, char *stack_start)
thd->prior_thr_create_utime= thd->thr_create_utime= thd->start_utime=
my_micro_time();
threads.append(thd);
thd_unlock_connection_data(thd);
thd_unlock_thread_count(thd);
DBUG_PRINT("info", ("init new connection. thd: 0x%lx fd: %d",
(ulong)thd, thd->net.vio->sd));
thd_set_thread_stack(thd, stack_start);
......
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