~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Monty Taylor
  • Date: 2009-02-08 09:53:59 UTC
  • mfrom: (832.2.10 drizzle-nomaxcon)
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208095359-39xjloxzpjr1mkg4
MergedĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
557
557
 
558
558
    /* Clear variables that are allocated */
559
559
    session->user_connect= 0;
560
 
    res= check_user(session, passwd, passwd_len, db, false);
 
560
    res= check_user(session, passwd, passwd_len, db);
561
561
 
562
562
    if (res)
563
563
    {