"Log slow queries to given log file. Defaults logging to hostname-slow.log",
&opt_slow_logname,&opt_slow_logname,0,GET_STR,
REQUIRED_ARG,0,0,0,0,0,0},
{"join_cache_level",OPT_JOIN_CACHE_LEVEL,
"Controls what join operations can be executed with join buffers. Odd numbers are used for plain join buffers while even numbers are used for linked buffers",
&global_system_variables.join_cache_level,
&max_system_variables.join_cache_level,
0,GET_ULONG,REQUIRED_ARG,1,0,8,0,1,0},
{"mrr_buffer_size",OPT_MRR_BUFFER_SIZE,
"Size of buffer to use when using MRR with range access",