~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Lee Bieber
  • Date: 2011-04-18 21:48:09 UTC
  • mfrom: (2280.2.3 build)
  • Revision ID: kalebral@gmail.com-20110418214809-dsdfrc8f90a9p2x1
Merge Olaf - code refactor and pruning dead functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1019
1019
};
1020
1020
 
1021
1021
extern void lex_start(Session *session);
1022
 
extern void trim_whitespace(const charset_info_st * const cs, LEX_STRING *str);
1023
 
extern bool is_lex_native_function(const LEX_STRING *name);
1024
 
 
1025
 
bool check_for_sql_keyword(drizzled::st_lex_symbol const&);
1026
 
bool check_for_sql_keyword(drizzled::lex_string_t const&);
1027
1022
 
1028
1023
/**
1029
1024
  @} (End of group Semantic_Analysis)