mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
commit
0fd89a1a89
40 changed files with 182 additions and 173 deletions
|
|
@ -1164,6 +1164,7 @@ my_bool STDCALL mysql_embedded(void)
|
|||
void my_net_local_init(NET *net)
|
||||
{
|
||||
net->max_packet= (uint) net_buffer_length;
|
||||
net->read_timeout= net->write_timeout= 0;
|
||||
my_net_set_read_timeout(net, CLIENT_NET_READ_TIMEOUT);
|
||||
my_net_set_write_timeout(net, CLIENT_NET_WRITE_TIMEOUT);
|
||||
net->retry_count= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue