4016
3988
{"slow-query-log", OPT_SLOW_LOG,
4017
3989
"Enable|disable slow query log", (uchar**) &opt_slow_log,
4018
3990
(uchar**) &opt_slow_log, 0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0},
4019
{"socket", OPT_SOCKET, "Socket file to use for connection.",
4020
(uchar**) &mysqld_unix_port, (uchar**) &mysqld_unix_port, 0, GET_STR,
4021
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
4023
3992
{"sporadic-binlog-dump-fail", OPT_SPORADIC_BINLOG_DUMP_FAIL,
4024
3993
"Option used by mysql-test for debugging and testing of replication.",