~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_item.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 00:44:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225004406-4xna6p795yqkaony
Second pass through function names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
    /* Save only not null values */
180
180
    if (!null_value)
181
181
    {
182
 
      my_decimal2decimal(ptmp, &value);
 
182
      class_decimal2decimal(ptmp, &value);
183
183
      return true;
184
184
    }
185
185
    return false;