~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.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:
108
108
{
109
109
  double nr= val_real();
110
110
  if (null_value)
111
 
    return NULL; /* purecov: inspected */
 
111
    return NULL;
112
112
 
113
113
  str->set_real(nr, decimals, &my_charset_bin);
114
114
  return str;