mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@ -36,7 +36,7 @@ void my_net_local_init(NET *net)
|
||||
(uint)global_system_variables.net_write_timeout);
|
||||
|
||||
net->retry_count= (uint) global_system_variables.net_retry_count;
|
||||
net->max_packet_size= max(global_system_variables.net_buffer_length,
|
||||
net->max_packet_size= MY_MAX(global_system_variables.net_buffer_length,
|
||||
global_system_variables.max_allowed_packet);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user