~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:48:44 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328234844-ufirvtasojvjsxoc
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace drizzled {
36
36
 
37
 
class sys_var;
38
 
class Time_zone;
39
 
typedef struct my_locale_st MY_LOCALE;
40
 
class charset_info_st;
41
 
 
42
37
typedef int (*sys_check_func)(Session *,  set_var *);
43
38
typedef bool (*sys_update_func)(Session *, set_var *);
44
39
typedef void (*sys_after_update_func)(Session *, sql_var_t);