~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge in Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
 
651
651
bool Session::authenticate()
652
652
{
653
 
  lex->start(this);
654
653
  if (client->authenticate())
655
654
    return false;
656
655