~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208111130-futpwptxv5he3boe
Renamed non-prefixed things from libdrizzleclient to drizzleclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1716
1716
    current_db= strdup(*argv);
1717
1717
  }
1718
1718
  if (tty_password)
1719
 
    opt_password= get_tty_password(NULL);
 
1719
    opt_password= drizzleclient_get_tty_password(NULL);
1720
1720
  if (debug_info_flag)
1721
1721
    my_end_arg= MY_CHECK_ERROR | MY_GIVE_INFO;
1722
1722
  if (debug_check_flag)