~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.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:
4326
4326
  if (args[0]->is_null())
4327
4327
  {
4328
4328
    owner->was_null|= 1;
4329
 
    return(0);
 
4329
    return 0;
4330
4330
  }
4331
4331
  else
4332
4332
    return(1);