17
17
This files defines some MySQL C API functions that are server specific
19
19
#include <drizzled/server_includes.h>
28
31
net->max_packet= (uint) global_system_variables.net_buffer_length;
32
35
(uint)global_system_variables.net_write_timeout);
34
37
net->retry_count= (uint) global_system_variables.net_retry_count;