~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.cc

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:51:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605225106-8xrsftpf50tdpumn
No actual code changes. Changed Create_field to CreateField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
637
637
}
638
638
 
639
639
 
640
 
uint32_t Field_blob::is_equal(Create_field *new_field_ptr)
 
640
uint32_t Field_blob::is_equal(CreateField *new_field_ptr)
641
641
{
642
642
  if (compare_str_field_flags(new_field_ptr, flags))
643
643
    return 0;