mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
Impl 3 of WL2278 - Dynamic port allocation of cluster nodes
- Change configuration handling so that no default ports are given, but instead 0 is set (port to be dynamic) - TransporterRegistry::start_service now only tries to connect when fetched port number > 0
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
* bind & listen
|
||||
* Returns false if no success
|
||||
*/
|
||||
bool setup(Service *, unsigned short port, const char * pinterface = 0);
|
||||
bool setup(Service *, unsigned short *port, const char * pinterface = 0);
|
||||
|
||||
/**
|
||||
* start/stop the server
|
||||
|
||||
Reference in New Issue
Block a user