~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_buff.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
bool Cached_item_field::cmp(void)
123
123
{
124
124
  bool tmp= field->cmp(buff) != 0;              // This is not a blob!
125
 
  dbug_print();
126
125
  if (tmp)
127
126
    field->get_image(buff,length,field->charset());
128
127
  if (null_value != field->is_null())