~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.h

  • Committer: Brian Aker
  • Date: 2011-03-27 07:03:49 UTC
  • mfrom: (2252.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110327070349-ihqsw1cl19lu8j65
MergeĀ inĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <string>
23
23
#include <boost/filesystem.hpp>
24
24
 
 
25
#include <drizzled/common_fwd.h>
25
26
#include <drizzled/constrained_value.h>
26
27
#include <drizzled/set_var.h>
27
28
#include <drizzled/show_type.h>
33
34
 
34
35
namespace drizzled {
35
36
 
36
 
class Session;
37
37
class sys_var;
38
38
class Time_zone;
39
39
typedef struct my_locale_st MY_LOCALE;
40
 
typedef struct st_typelib TYPELIB;
41
40
 
42
41
typedef int (*sys_check_func)(Session *,  set_var *);
43
42
typedef bool (*sys_update_func)(Session *, set_var *);