mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Manual merge.
This commit is contained in:
commit
1b93843864
5 changed files with 54 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue