~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • 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:
28
28
#include <drizzled/function/str/right.h>
29
29
#include <drizzled/function/str/set_collation.h>
30
30
#include <drizzled/function/str/trim.h>
31
 
#include <drizzled/function/str/user.h>
32
 
 
33
31
#include <drizzled/function/time/curdate.h>
34
32
#include <drizzled/function/time/date_add_interval.h>
35
33
#include <drizzled/function/time/dayofmonth.h>