~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2010-02-11 22:56:25 UTC
  • Revision ID: brian@gaz-20100211225625-63v3e79p78blva2u
Remove WEIGHT_STRING() from parser (where it does not belong). If someone
wants to they can reimplement this as a straight function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <drizzled/function/str/substr.h>
33
33
#include <drizzled/function/str/trim.h>
34
34
#include <drizzled/function/str/user.h>
35
 
#include <drizzled/function/str/weight_string.h>
36
35
 
37
36
#include <drizzled/function/time/curdate.h>
38
37
#include <drizzled/function/time/date_add_interval.h>