~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/type/decimal.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 20:05:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: olafvdspek@gmail.com-20110622200558-oq3jb987di9yj70r
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1205
1205
                                internal::MY_GCVT_ARG_DOUBLE,
1206
1206
                                sizeof(buff) - 1, buff, NULL);
1207
1207
  res= string2decimal(buff, to, &end);
1208
 
  return(res);
 
1208
  return res;
1209
1209
}
1210
1210
 
1211
1211