145
145
char *ssl_cipher; /* cipher to use */
146
146
char *shared_memory_base_name;
147
147
unsigned long max_allowed_packet;
154
154
enum drizzle_option methods_to_use;
156
156
/* Refuse client connecting to server if it uses old (pre-4.1.1) protocol */
158
158
/* 0 - never report, 1 - always report (default) */
161
161
/* function pointers for local infile support */
162
162
int (*local_infile_init)(void **, const char *, void *);