~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.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:
381
381
    return 1;
382
382
  }
383
383
  if (tty_password)
384
 
    opt_password = get_tty_password(NULL);
 
384
    opt_password = drizzleclient_get_tty_password(NULL);
385
385
  if (debug_info_flag)
386
386
    my_end_arg= MY_CHECK_ERROR | MY_GIVE_INFO;
387
387
  if (debug_check_flag)