3272
3235
NO_ARG, 0, 0, 0, 0, 0, 0},
3273
3236
{"datadir", 'h', "Path to the database root.", (uchar**) &mysql_data_home,
3274
3237
(uchar**) &mysql_data_home, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
3276
{"debug", '#', "Debug log.", (uchar**) &default_dbug_option,
3277
(uchar**) &default_dbug_option, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
3279
3238
{"default-character-set", 'C', "Set the default character set (deprecated option, use --character-set-server instead).",
3280
3239
(uchar**) &default_character_set_name, (uchar**) &default_character_set_name,
3281
3240
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },