~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2008-11-04 15:35:55 UTC
  • Revision ID: brian@tangent.org-20081104153555-oqcbyo49ps58ykzk
ulong conversion work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1138
1138
  union
1139
1139
  {
1140
1140
    const CHARSET_INFO *charset;
1141
 
    ulong ulong_value;
1142
1141
    uint32_t uint32_t_value;
1143
1142
    uint64_t uint64_t_value;
1144
1143
    plugin_ref plugin;