mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
ndb - bug#17150
ndb_mgmd limited no of api nodes, by restricting no of mgmsessions (these are used for dynamic port allocation)
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
/**
|
||||
* Constructor / Destructor
|
||||
*/
|
||||
SocketServer(int maxSessions = 32);
|
||||
SocketServer(unsigned maxSessions = ~(unsigned)0);
|
||||
~SocketServer();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user