~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Stewart Smith
  • Date: 2010-03-18 11:20:28 UTC
  • mto: (1666.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 1366.
  • Revision ID: stewart@flamingspork.com-20100318112028-p0vemjw0c2c03ycd
move USER() function into a plugin (loaded by default). Also, remove the special case (and completely untested) CURRENT_USER() function and just have it also point to USER(). If somebody wants CURRENT_USER() style behaviour they can add it back in with a test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
                              drizzled/function/str/str_conv.h \
158
158
                              drizzled/function/str/strfunc.h \
159
159
                              drizzled/function/str/trim.h \
160
 
                              drizzled/function/str/user.h \
161
160
                              drizzled/function/time/curdate.h \
162
161
                              drizzled/function/time/date.h \
163
162
                              drizzled/function/time/date_add_interval.h \
556
555
                           drizzled/function/str/str_conv.cc \
557
556
                           drizzled/function/str/strfunc.cc \
558
557
                           drizzled/function/str/trim.cc \
559
 
                           drizzled/function/str/user.cc \
560
558
                           drizzled/function/time/curdate.cc \
561
559
                           drizzled/function/time/date.cc \
562
560
                           drizzled/function/time/date_add_interval.cc \