~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.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:
63
63
static bool verbose= false, lock_tables= false, ignore_errors= false,
64
64
            opt_delete= false, opt_replace= false, silent= false,
65
65
            ignore_unique= false, opt_low_priority= false,
66
 
            tty_password= false, opt_mysql= false, opt_local_file;
 
66
            opt_mysql= false, opt_local_file;
67
67
 
68
68
static uint32_t opt_use_threads= 0;
69
69
static uint32_t opt_drizzle_port= 0;