mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#28359 Intermitted lost connection at 'reading authorization packet' errors
- Increase default 'connect_timeout' value to 10 seconds sql/mysql_priv.h: Increase the default connect_timeout value to 10 seconds
This commit is contained in:
@ -245,8 +245,13 @@ MY_LOCALE *my_locale_by_number(uint number);
|
|||||||
#define PRECISION_FOR_DOUBLE 53
|
#define PRECISION_FOR_DOUBLE 53
|
||||||
#define PRECISION_FOR_FLOAT 24
|
#define PRECISION_FOR_FLOAT 24
|
||||||
|
|
||||||
|
/*
|
||||||
|
Default time to wait before aborting a new client connection
|
||||||
|
that does not respond to "initial server greeting" timely
|
||||||
|
*/
|
||||||
|
#define CONNECT_TIMEOUT 10
|
||||||
|
|
||||||
/* The following can also be changed from the command line */
|
/* The following can also be changed from the command line */
|
||||||
#define CONNECT_TIMEOUT 5 // Do not wait long for connect
|
|
||||||
#define DEFAULT_CONCURRENCY 10
|
#define DEFAULT_CONCURRENCY 10
|
||||||
#define DELAYED_LIMIT 100 /* pause after xxx inserts */
|
#define DELAYED_LIMIT 100 /* pause after xxx inserts */
|
||||||
#define DELAYED_QUEUE_SIZE 1000
|
#define DELAYED_QUEUE_SIZE 1000
|
||||||
|
Reference in New Issue
Block a user