mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
a bunch of IM fixes from the GUI team
This commit is contained in:
@ -24,6 +24,11 @@
|
||||
#endif
|
||||
#include "my_pthread.h"
|
||||
|
||||
/* IM-wide platform-independent defines */
|
||||
#define SERVER_DEFAULT_PORT 3306
|
||||
#define DEFAULT_MONITORING_INTERVAL 20
|
||||
#define DEFAULT_PORT 2273
|
||||
|
||||
/* the pid of the manager process (of the signal thread on the LinuxThreads) */
|
||||
extern pid_t manager_pid;
|
||||
|
||||
|
Reference in New Issue
Block a user