~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_item.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 22:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622222329-nnn26zfomy4tsxak
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  }
100
100
  else if (null_value)
101
101
    // new and old value was null
102
 
    return(0);
 
102
    return 0;
103
103
  else
104
104
    tmp= sortcmp(&value,res,item->collation.collation) != 0;
105
105
  if (tmp)