~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/str.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
  size_t length;
128
128
  bool error;
129
129
 
 
130
  ASSERT_COLUMN_MARKED_FOR_WRITE;
 
131
 
130
132
  length= my_gcvt(nr, MY_GCVT_ARG_DOUBLE, local_char_length, buff, &error);
131
133
  if (error)
132
134
  {