~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2010-06-19 21:25:32 UTC
  • mfrom: (1627.2.5 build)
  • Revision ID: mordred@inaugust.com-20100619212532-2e4bd11tm4plya7q
Rollup patch featuring: boost::program_options support for plugins, a
valgrind fix, a bugfix for password processing and a few build fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
static bool opt_only_print;
146
146
static bool opt_burnin;
147
147
static bool opt_ignore_sql_errors= false;
148
 
static bool tty_password= false,
149
 
  opt_silent,
 
148
static bool opt_silent,
150
149
  auto_generate_sql_autoincrement,
151
150
  auto_generate_sql_guid_primary,
152
151
  auto_generate_sql;