~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Stewart Smith
  • Date: 2010-02-15 03:55:09 UTC
  • mto: (1273.13.96 build)
  • mto: This revision was merged to the branch mainline in revision 1308.
  • Revision ID: stewart@flamingspork.com-20100215035509-y6sry4q4yymph2by
move SUBSTR, SUBSTRING and SUBSTR_INDEX to plugins. add parser hooks for substr being a plugin now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
                              drizzled/function/str/set_collation.h \
157
157
                              drizzled/function/str/str_conv.h \
158
158
                              drizzled/function/str/strfunc.h \
159
 
                              drizzled/function/str/substr.h \
160
159
                              drizzled/function/str/trim.h \
161
160
                              drizzled/function/str/user.h \
162
161
                              drizzled/function/str/uuid.h \
550
549
                           drizzled/function/str/set_collation.cc \
551
550
                           drizzled/function/str/str_conv.cc \
552
551
                           drizzled/function/str/strfunc.cc \
553
 
                           drizzled/function/str/substr.cc \
554
552
                           drizzled/function/str/trim.cc \
555
553
                           drizzled/function/str/user.cc \
556
554
                           drizzled/function/str/uuid.cc \