~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

  • Committer: Brian Aker
  • Date: 2009-07-11 08:51:36 UTC
  • mfrom: (1089.3.11 merge)
  • Revision ID: brian@gaz-20090711085136-qj01nwm3qynghwtc
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
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,
142
142
   0},
143
 
#ifndef DONT_ALLOW_USER_CHANGE
144
143
  {"user", 'u', "User for login if not current user.", (char**) &current_user,
145
144
   (char**) &current_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
146
 
#endif
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,