~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-02-17 18:06:59 UTC
  • mfrom: (2178.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110217180659-3so1k4syn5m436cj
Merge in all bison updates.

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);