mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge tag '11.4' into 11.6
MariaDB 11.4.4 release
This commit is contained in:
@ -1228,7 +1228,6 @@ handle_rpl_parallel_thread(void *arg)
|
||||
my_thread_init();
|
||||
my_thread_set_name("rpl_parallel");
|
||||
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