~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Monty Taylor
  • Date: 2008-11-18 22:12:56 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081118221256-ap2kmj073pdw7uap
The mega-patch from hell. Renamed sql_class to session (since that's what it is) and removed it and field and table from common_includes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#include <drizzled/tztime.h>
62
62
#include <drizzled/slave.h>
63
63
#include <drizzled/data_home.h>
 
64
#include <drizzled/set_var.h>
 
65
#include <drizzled/session.h>
 
66
#include <drizzled/sql_base.h>
64
67
 
65
68
extern const CHARSET_INFO *character_set_filesystem;
 
69
extern I_List<NAMED_LIST> key_caches;
66
70
 
67
71
 
68
72
static DYNAMIC_ARRAY fixed_show_vars;