~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Monty Taylor
  • Date: 2008-07-31 19:56:51 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731195651-8rolsypajn99uc2p
Some cleanups/decoupling in mystring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1727
1727
  char buff[DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE];
1728
1728
  uint local_char_length= field_length / charset()->mbmaxlen;
1729
1729
  size_t length;
1730
 
  my_bool error;
 
1730
  bool error;
1731
1731
 
1732
1732
  length= my_gcvt(nr, MY_GCVT_ARG_DOUBLE, local_char_length, buff, &error);
1733
1733
  if (error)