mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.emb
This commit is contained in:
@ -5619,9 +5619,11 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
case OPT_MAX_ALLOWED_PACKET:
|
||||
max_allowed_packet= atoi(argument);
|
||||
global_system_variables.max_allowed_packet= max_allowed_packet;
|
||||
break;
|
||||
case OPT_NET_BUFFER_LENGTH:
|
||||
net_buffer_length= atoi(argument);
|
||||
global_system_variables.net_buffer_length= net_buffer_length;
|
||||
break;
|
||||
#endif
|
||||
#include <sslopt-case.h>
|
||||
|
Reference in New Issue
Block a user