~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.cc

MergeĀ fromĀ Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
}
623
623
 
624
624
 
625
 
uint32_t Field_blob::is_equal(Create_field *new_field_ptr)
 
625
uint32_t Field_blob::is_equal(CreateField *new_field_ptr)
626
626
{
627
627
  if (compare_str_field_flags(new_field_ptr, flags))
628
628
    return 0;