~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 20:02:16 UTC
  • mfrom: (511.1.9 codestyle)
  • Revision ID: monty@inaugust.com-20081016200216-dvp7f7xx6k5wppkl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
}
172
172
 
173
173
 
174
 
#define DBL_EXP_DIG (sizeof(double)*8-DBL_MANT_DIG)
175
 
 
176
174
/* The following should work for IEEE */
177
175
 
178
176
void Field_double::sort_string(unsigned char *to,uint32_t length __attribute__((unused)))