~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-21 18:32:26 UTC
  • mto: (2245.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110321183226-2x97axgbyseo7k8b
Refactor Session::variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#include <drizzled/item/ref.h>
55
55
#include <drizzled/item/subselect.h>
56
56
#include <drizzled/sql_lex.h>
 
57
#include <drizzled/system_variables.h>
57
58
 
58
59
#include <cstdio>
59
60
#include <math.h>