~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.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:
56
56
#include <drizzled/diagnostics_area.h>
57
57
#include <drizzled/table_ident.h>
58
58
#include <drizzled/statistics_variables.h>
 
59
#include <drizzled/system_variables.h>
59
60
 
60
61
#include <limits.h>
61
62