~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Stewart Smith
  • Date: 2010-03-18 12:01:34 UTC
  • mto: (1666.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: stewart@flamingspork.com-20100318120134-45fdnsw8g3j6c7oy
move RAND() into a plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                              drizzled/function/math/ord.h \
121
121
                              drizzled/function/math/plus.h \
122
122
                              drizzled/function/math/pow.h \
123
 
                              drizzled/function/math/rand.h \
124
123
                              drizzled/function/math/real.h \
125
124
                              drizzled/function/math/round.h \
126
125
                              drizzled/function/math/sin.h \
519
518
                           drizzled/function/math/ord.cc \
520
519
                           drizzled/function/math/plus.cc \
521
520
                           drizzled/function/math/pow.cc \
522
 
                           drizzled/function/math/rand.cc \
523
521
                           drizzled/function/math/real.cc \
524
522
                           drizzled/function/math/round.cc \
525
523
                           drizzled/function/math/sin.cc \