~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.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:
369
369
}
370
370
 
371
371
 
372
 
uint32_t Field_new_decimal::is_equal(Create_field *new_field_ptr)
 
372
uint32_t Field_new_decimal::is_equal(CreateField *new_field_ptr)
373
373
{
374
374
  return ((new_field_ptr->sql_type == real_type()) &&
375
375
          ((new_field_ptr->flags & UNSIGNED_FLAG) ==