~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: lbieber
  • Date: 2010-09-28 15:53:55 UTC
  • mfrom: (1799.5.1 fix-bug-636512)
  • mto: This revision was merged to the branch mainline in revision 1800.
  • Revision ID: lbieber@orisndriz08-20100928155355-hx7fyslyku8k6pw3
Merge Vijay - fix bug 636512 -  --ignore-spaces does nothing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1295
1295
  N_("Continue even if we get an sql error."))
1296
1296
  ("named-commands,G", po::value<bool>(&named_cmds)->default_value(false)->zero_tokens(),
1297
1297
  N_("Enable named commands. Named commands mean this program's internal commands; see drizzle> help . When enabled, the named commands can be used from any line of the query, otherwise only from the first line, before an enter."))
1298
 
  ("ignore-spaces,i", N_("Ignore space after function names."))
1299
1298
  ("no-beep,b", po::value<bool>(&opt_nobeep)->default_value(false)->zero_tokens(),
1300
1299
  N_("Turn off beep on error."))
1301
1300
  ("disable-line-numbers", N_("Do not write line numbers for errors."))