~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2010-11-03 00:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1902.
  • Revision ID: brian@tangent.org-20101103000229-jp1iok6n3rnuewif
Partial encapsulation of lex_start.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1007
1007
    return sum_expr_used;
1008
1008
  }
1009
1009
 
 
1010
  void start(Session *session);
1010
1011
  void end();
1011
1012
 
1012
1013
private: