mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge with 4.0 to get the latest bug patches to 4.1
This commit is contained in:
@ -59,6 +59,9 @@
|
||||
#include <sql_common.h>
|
||||
#include "client_settings.h"
|
||||
|
||||
#undef net_buffer_length
|
||||
#undef max_allowed_packet
|
||||
|
||||
ulong net_buffer_length=8192;
|
||||
ulong max_allowed_packet= 1024L*1024L*1024L;
|
||||
ulong net_read_timeout= CLIENT_NET_READ_TIMEOUT;
|
||||
|
Reference in New Issue
Block a user