1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix for Bug #12674 "Instance Manager: IM doesn't handle client

connections correctly".
Recommit with the max timeout value in sync with the comment.
This commit is contained in:
petr@mysql.com
2006-02-21 15:32:52 +03:00
parent cb74e09f46
commit 7146a9775e
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#define SERVER_DEFAULT_PORT 3306
#define DEFAULT_MONITORING_INTERVAL 20
#define DEFAULT_PORT 2273
/* three-week timeout should be enough */
#define LONG_TIMEOUT ((ulong) 3600L*24L*21L)
/* the pid of the manager process (of the signal thread on the LinuxThreads) */
extern pid_t manager_pid;