~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-08-03 22:14:59 UTC
  • Revision ID: brian@tangent.org-20080803221459-gz8on1zlp22dbr9d
First pass on PAM auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
567
567
    /* Safe because there is always a trailing \0 at the end of the packet */
568
568
    char *passwd= strend(user)+1;
569
569
 
 
570
 
570
571
    thd->clear_error();                         // if errors from rollback
571
572
 
572
573
    /*