mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Changing a maxumum value for a variable at a request of one
customer and Dean Ellis.
This commit is contained in:
parent
3ae19715a5
commit
793219e9f3
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ static struct my_option my_long_options[] =
|
|||
0, 1},
|
||||
{"max_allowed_packet", OPT_MAX_ALLOWED_PACKET, "",
|
||||
(gptr*) &max_allowed_packet, (gptr*) &max_allowed_packet, 0, GET_ULONG,
|
||||
REQUIRED_ARG, 16 *1024L*1024L, 4096, 512*1024L*1024L, MALLOC_OVERHEAD,
|
||||
REQUIRED_ARG, 16 *1024L*1024L, 4096, 2*1024*1024L*1024L, MALLOC_OVERHEAD,
|
||||
1024, 0},
|
||||
{"net_buffer_length", OPT_NET_BUFFER_LENGTH, "",
|
||||
(gptr*) &net_buffer_length, (gptr*) &net_buffer_length, 0, GET_ULONG,
|
||||
|
|
Loading…
Reference in a new issue