~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:25:51 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130072551-thijy3k5soeggfhr
More fixes. Turned warnings=errors off for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
682
682
      lip->lookahead_token= token;
683
683
      return WITH;
684
684
    }
685
 
    break;
686
685
  default:
687
686
    break;
688
687
  }