~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-02-17 11:29:00 UTC
  • mfrom: (2172.3.13 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2179.
  • Revision ID: brian@tangent.org-20110217112900-1a4wb2ixvc50qrnl
Cleanup some of the calling types we have in the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
void my_parse_error(Lex_input_stream *lip);
134
134
void my_parse_error(const char *message);
135
135
bool check_reserved_words(LEX_STRING *name);
136
 
void errorOn(const char *s);
 
136
void errorOn(drizzled::Session *session, const char *s);
137
137
 
138
138
 
139
139
bool buildOrderBy(LEX *lex);