~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:30:47 UTC
  • mto: (1786.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1787.
  • Revision ID: stewart@flamingspork.com-20100920053047-k1hg0rb8cj8uhgd8
move EXP() function into math_functions plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                              drizzled/function/math/dec.h \
101
101
                              drizzled/function/math/decimal_typecast.h \
102
102
                              drizzled/function/math/divide.h \
103
 
                              drizzled/function/math/exp.h \
104
103
                              drizzled/function/math/floor.h \
105
104
                              drizzled/function/math/int.h \
106
105
                              drizzled/function/math/int_divide.h \
507
506
                                 drizzled/function/locate.cc \
508
507
                                 drizzled/function/math/decimal_typecast.cc \
509
508
                                 drizzled/function/math/divide.cc \
510
 
                                 drizzled/function/math/exp.cc \
511
509
                                 drizzled/function/math/floor.cc \
512
510
                                 drizzled/function/math/int.cc \
513
511
                                 drizzled/function/math/int_divide.cc \