~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.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:
1748
1748
    parse_option(default_engine, &engine_options, ',');
1749
1749
 
1750
1750
  if (tty_password)
1751
 
    opt_password= get_tty_password(NULL);
 
1751
    opt_password= drizzleclient_get_tty_password(NULL);
1752
1752
  return(0);
1753
1753
}
1754
1754