~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/find_in_set.cc

  • Committer: Diego Medina
  • Date: 2009-10-05 04:05:29 UTC
  • mfrom: (1161 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: diego.medina@sun.com-20091005040529-5g1qe9gxzslpgefd
resolved small merge issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  if (!find || !buffer)
54
54
  {
55
55
    null_value=1;
56
 
    return 0; /* purecov: inspected */
 
56
    return 0;
57
57
  }
58
58
  null_value=0;
59
59