Manual merge.

This commit is contained in:
Alexey Kopytov 2009-03-27 13:40:35 +03:00
commit 1b93843864
5 changed files with 54 additions and 14 deletions

View file

@ -363,6 +363,11 @@ protected:
#define PRECISION_FOR_DOUBLE 53
#define PRECISION_FOR_FLOAT 24
/* -[digits].E+## */
#define MAX_FLOAT_STR_LENGTH (FLT_DIG + 6)
/* -[digits].E+### */
#define MAX_DOUBLE_STR_LENGTH (DBL_DIG + 7)
/*
Default time to wait before aborting a new client connection
that does not respond to "initial server greeting" timely