~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_buff.cc

Removed final DBUG references

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())