~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.h

  • Committer: Lee Bieber
  • Date: 2011-02-09 21:35:27 UTC
  • mfrom: (2152.1.3 build)
  • Revision ID: kalebral@gmail.com-20110209213527-r209zc2yziiyh9zk
Merge Monty - Don't die on warnings in tarballs
Merge Olaf - TYPELIB instances need to be replaced with some STL or Boost datastructure
Merge Vijay - 715312: make test-dbqp should also run 'check'    

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/constrained_value.h"
27
27
#include "drizzled/set_var.h"
28
28
#include "drizzled/show_type.h"
29
 
#include "drizzled/typelib.h"
30
29
#include "drizzled/item_result.h"
31
30
#include "drizzled/base.h"
32
31
#include "drizzled/global_charset_info.h"
40
39
class sys_var;
41
40
class Time_zone;
42
41
typedef struct my_locale_st MY_LOCALE;
 
42
typedef struct st_typelib TYPELIB;
43
43
 
44
44
typedef int (*sys_check_func)(Session *,  set_var *);
45
45
typedef bool (*sys_update_func)(Session *, set_var *);