1191
1174
("completion-type", po::value<uint32_t>(&global_system_variables.completion_type)->default_value(0)->notifier(&check_limits_completion_type),
1192
1175
_("Default completion type."))
1193
1176
("core-file", _("Write core on errors."))
1195
1178
_("Path to the database root."))
1196
1179
("default-storage-engine", po::value<string>(),
1197
1180
_("Set the default storage engine for tables."))