~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.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:
1542
1542
   0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1543
1543
  {"no-tee", OPT_NOTEE, N_("Disable outfile. See interactive help (\\h) also. WARNING: option deprecated; use --disable-tee instead"), 0, 0, 0, GET_NO_ARG,
1544
1544
   NO_ARG, 0, 0, 0, 0, 0, 0},
1545
 
#ifndef DONT_ALLOW_USER_CHANGE
1546
1545
  {"user", 'u', N_("User for login if not current user."), (char**) &current_user,
1547
1546
   (char**) &current_user, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1548
 
#endif
1549
1547
  {"safe-updates", 'U', N_("Only allow UPDATE and DELETE that uses keys."),
1550
1548
   (char**) &safe_updates, (char**) &safe_updates, 0, GET_BOOL, NO_ARG, 0, 0,
1551
1549
   0, 0, 0, 0},