~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/boolean.cc

Merge in Monty/Andrew's boolean MySQL compatible patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        field_name_arg),
61
61
  ansi_display(ansi_display_arg)
62
62
  {
 
63
    if (ansi_display)
 
64
      flags|= UNSIGNED_FLAG;
63
65
  }
64
66
 
65
67
int Boolean::cmp(const unsigned char *a, const unsigned char *b)