~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Brian Aker
  • Date: 2011-01-05 16:29:27 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105162927-fi2gnmlz35qcagik
Add additional gperf for non-reserved SQL keywords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
886
886
             drizzled/function_hash.gperf \
887
887
             drizzled/message.mc \
888
888
             drizzled/probes.d \
 
889
             drizzled/sql_non_reserved_words.gperf \
889
890
             drizzled/sql_reserved_words.gperf \
890
891
             drizzled/symbol_hash.gperf
891
892
 
894
895
             drizzled/function_hash.h \
895
896
             drizzled/function_hash.stamp-h \
896
897
             drizzled/sql_yacc.output \
 
898
             drizzled/sql_non_reserved_words.h \
 
899
             drizzled/sql_non_reserved_words.stamp-h \
897
900
             drizzled/sql_reserved_words.h \
898
901
             drizzled/sql_reserved_words.stamp-h \
899
902
             drizzled/symbol_hash.h \