~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2010-06-19 16:36:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: mordred@inaugust.com-20100619163652-6fej38011wsop52k
Moved password parsing code into get_password.cc.

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;