140
140
"When used with REPAIR, get table structure from .frm file, so the table can be repaired even if .MYI header is corrupted.",
141
141
(char**) &opt_frm, (char**) &opt_frm, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0,
144
143
{"user", 'u', "User for login if not current user.", (char**) ¤t_user,
145
144
(char**) ¤t_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
147
145
{"verbose", 'v', "Print info about the various stages.", 0, 0, 0, GET_NO_ARG,
148
146
NO_ARG, 0, 0, 0, 0, 0, 0},
149
147
{"version", 'V', "Output version information and exit.", 0, 0, 0, GET_NO_ARG,