~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.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:
102
102
static bool opt_autocommit= false; 
103
103
static bool opt_disable_keys= true;
104
104
static bool opt_xml= false;
105
 
static bool tty_password= false;
106
105
static bool opt_single_transaction= false; 
107
106
static bool opt_comments= false;
108
107
static bool opt_compact= false;