~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_item.cc

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
bool Cached_item_field::cmp(void)
147
147
{
148
148
  // This is not a blob!
149
 
  bool tmp= field->cmp(buff) != 0;
 
149
  bool tmp= field->cmp_internal(buff) != 0;
150
150
 
151
151
  if (tmp)
152
152
    field->get_image(buff,length,field->charset());