~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_item.cc

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

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)