~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/str_conv.cc

  • Committer: Eric Day
  • Date: 2009-08-31 23:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: eday@oddments.org-20090831235037-hwwe6zhq94o4lxtd
Removed purecov messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  String *res;
28
28
  if (!(res=args[0]->val_str(str)))
29
29
  {
30
 
    null_value=1; /* purecov: inspected */
31
 
    return 0; /* purecov: inspected */
 
30
    null_value=1;
 
31
    return 0;
32
32
  }
33
33
  null_value=0;
34
34
  if (multiply == 1)