~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/locate.cc

Merged trunk.

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; /* purecov: inspected */
 
38
    return 0;
39
39
  }
40
40
  null_value=0;
41
41
  /* must be int64_t to avoid truncation */