mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -185,8 +185,7 @@ static void init_net(NET *net, unsigned char *buff, unsigned int buff_len)
|
||||
|
||||
void Ack_receiver::run()
|
||||
{
|
||||
// skip LOCK_global_system_variables due to the 3rd arg
|
||||
THD *thd= new THD(next_thread_id(), false, true);
|
||||
THD *thd= new THD(next_thread_id());
|
||||
NET net;
|
||||
unsigned char net_buff[REPLY_MESSAGE_MAX_LENGTH];
|
||||
|
||||
|
Reference in New Issue
Block a user