~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Stewart Smith
  • Date: 2010-02-15 02:27:14 UTC
  • mto: (1273.13.96 build)
  • mto: This revision was merged to the branch mainline in revision 1308.
  • Revision ID: stewart@flamingspork.com-20100215022714-lbp61dmrew1vjww3
make REVERSE() a plugin instead of built in function. Generalise the code for such keyword functions otu into reserved_keyword_function() in sql_yacc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
                              drizzled/function/str/quote.h \
154
154
                              drizzled/function/str/repeat.h \
155
155
                              drizzled/function/str/replace.h \
156
 
                              drizzled/function/str/reverse.h \
157
156
                              drizzled/function/str/right.h \
158
157
                              drizzled/function/str/set_collation.h \
159
158
                              drizzled/function/str/str_conv.h \
549
548
                           drizzled/function/str/quote.cc \
550
549
                           drizzled/function/str/repeat.cc \
551
550
                           drizzled/function/str/replace.cc \
552
 
                           drizzled/function/str/reverse.cc \
553
551
                           drizzled/function/str/right.cc \
554
552
                           drizzled/function/str/set_collation.cc \
555
553
                           drizzled/function/str/str_conv.cc \