~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/locate.cc

  • Committer: Brian Aker
  • Date: 2009-08-17 22:19:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817221953-6qzdxpi8l9nd342y
More dead option removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  if (!a || !b)
36
36
  {
37
37
    null_value=1;
38
 
    return 0;
 
38
    return 0; /* purecov: inspected */
39
39
  }
40
40
  null_value=0;
41
41
  /* must be int64_t to avoid truncation */