~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.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:
144
144
   "of threads to use for loading data.",
145
145
   (char**) &opt_use_threads, (char**) &opt_use_threads, 0,
146
146
   GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
147
 
#ifndef DONT_ALLOW_USER_CHANGE
148
147
  {"user", 'u', "User for login if not current user.", (char**) &current_user,
149
148
   (char**) &current_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
150
 
#endif
151
149
  {"verbose", 'v', "Print info about the various stages.", (char**) &verbose,
152
150
   (char**) &verbose, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
153
151
  {"version", 'V', "Output version information and exit.", 0, 0, 0, GET_NO_ARG,