~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 04:45:58 UTC
  • mfrom: (574.3.4 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107044558-2me2c70ksfr3qs9i
Merged from Lee (and from trunk by proxy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1141
1141
  union
1142
1142
  {
1143
1143
    const CHARSET_INFO *charset;
1144
 
    ulong ulong_value;
1145
1144
    uint32_t uint32_t_value;
1146
1145
    uint64_t uint64_t_value;
1147
1146
    plugin_ref plugin;