4561
4561
(char**) &opt_charsets_dir, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
4562
4562
{"database", 'D', "Database to use.", (char**) &opt_db, (char**) &opt_db, 0,
4563
4563
GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
4564
{"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit.",
4565
(char**) &debug_check_flag, (char**) &debug_check_flag, 0,
4566
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
4567
4564
{"debug-info", OPT_DEBUG_INFO, "Print some debug info at exit.",
4568
4565
(char**) &debug_info_flag, (char**) &debug_info_flag,
4569
4566
0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},