~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
#include <drizzled/set_var.h>
65
65
#include <drizzled/session.h>
66
66
#include <drizzled/sql_base.h>
 
67
#include <drizzled/lock.h>
67
68
 
68
69
extern const CHARSET_INFO *character_set_filesystem;
69
70
extern I_List<NAMED_LIST> key_caches;
71
72
 
72
73
static DYNAMIC_ARRAY fixed_show_vars;
73
74
static HASH system_variable_hash;
 
75
extern char *opt_drizzle_tmpdir;
74
76
 
75
77
const char *bool_type_names[]= { "OFF", "ON", NULL };
76
78
TYPELIB bool_typelib=