~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.cc

  • Committer: Brian Aker
  • Date: 2008-10-12 01:59:02 UTC
  • Revision ID: brian@tangent.org-20081012015902-prhy6wsimdqr28om
Dead code around unsigned (first pass)

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
    res.length(cs->cset->snprintf(cs,(char*) res.ptr(),res.alloced_length(),
220
220
                            "double(%d,%d)",(int) field_length,dec));
221
221
  }
222
 
  add_unsigned(res);
223
222
}
224
223