~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.cc

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:51:06 UTC
  • mto: (1039.2.24 staging)
  • mto: This revision was merged to the branch mainline in revision 1053.
  • 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:
629
629
}
630
630
 
631
631
 
632
 
uint32_t Field_varstring::is_equal(Create_field *new_field_ptr)
 
632
uint32_t Field_varstring::is_equal(CreateField *new_field_ptr)
633
633
{
634
634
  if (new_field_ptr->sql_type == real_type() &&
635
635
      new_field_ptr->charset == field_charset)