~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/field.cc

Removed refs to floatingpoint.h (which we only used for fconvert) and fconvert
(which we only used in the client but still checked for in the server, and
which was not needed in the client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "sql_select.h"
30
30
#include <m_ctype.h>
31
31
#include <errno.h>
32
 
#ifdef HAVE_FCONVERT
33
 
#include <floatingpoint.h>
34
 
#endif
35
32
 
36
33
// Maximum allowed exponent value for converting string to decimal
37
34
#define MAX_EXPONENT 1024