mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@ -1227,7 +1227,6 @@ handle_rpl_parallel_thread(void *arg)
|
||||
|
||||
my_thread_init();
|
||||
thd = new THD(next_thread_id());
|
||||
thd->thread_stack = (char*)&thd;
|
||||
server_threads.insert(thd);
|
||||
set_current_thd(thd);
|
||||
pthread_detach_this_thread();
|
||||
|
Reference in New Issue
Block a user