~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Stewart Smith
  • Date: 2010-09-20 05:23:06 UTC
  • mto: (1786.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1787.
  • Revision ID: stewart@flamingspork.com-20100920052306-89pp11uw4gytjmlx
move CEIL() and CEILING() function into math_functions plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                              drizzled/function/get_user_var.h \
98
98
                              drizzled/function/last_insert.h \
99
99
                              drizzled/function/locate.h \
100
 
                              drizzled/function/math/ceiling.h \
101
100
                              drizzled/function/math/dec.h \
102
101
                              drizzled/function/math/decimal_typecast.h \
103
102
                              drizzled/function/math/divide.h \
506
505
                                 drizzled/function/get_user_var.cc \
507
506
                                 drizzled/function/last_insert.cc \
508
507
                                 drizzled/function/locate.cc \
509
 
                                 drizzled/function/math/ceiling.cc \
510
508
                                 drizzled/function/math/decimal_typecast.cc \
511
509
                                 drizzled/function/math/divide.cc \
512
510
                                 drizzled/function/math/exp.cc \