~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fdecimal.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:
305
305
  const CHARSET_INFO * const cs= str.charset();
306
306
  str.length(cs->cset->snprintf(cs, (char*) str.ptr(), str.alloced_length(),
307
307
                                "decimal(%d,%d)", precision, (int)dec));
308
 
  add_unsigned(str);
309
308
}
310
309
 
311
310