~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-01-24 06:14:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2113.
  • Revision ID: brian@tangent.org-20110124061435-djvoio76zd35s35m
Encapsulate from parser buildOrderBy()

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
void my_parse_error(parser::error_t &arg);
139
139
bool check_reserved_words(LEX_STRING *name);
140
140
void errorOn(const char *s);
 
141
bool buildOrderBy(Session *session);
141
142
 
142
143
} // namespace parser
143
144
} // namespace drizzled