~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
class Item_func_set_user_var;
38
38
class Time_zone;
39
39
typedef struct my_locale_st MY_LOCALE;
40
 
typedef struct charset_info_st CHARSET_INFO;
41
40
 
42
41
/* Classes to support the SET command */
43
42