mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed missing change of thd_unlock_connection_data to thd_unlock_thread_count
This commit is contained in:
parent
50b5f456c1
commit
8486212a24
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue