1
0
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:
jonas@perch.ndb.mysql.com
2006-04-26 14:53:43 +02:00
parent a23944b988
commit 93a21814c0
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ public:
/**
* Constructor / Destructor
*/
SocketServer(int maxSessions = 32);
SocketServer(unsigned maxSessions = ~(unsigned)0);
~SocketServer();
/**