mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
Impl5 of WL2278 - dynamic port allocation for cluster nodes
Treat the management server specially. It should always be the server in a transporter as we then have a known port to connect to on node restart. allows a mgm connection (i.e. to the management server port, our known port) to be transformed into a transporter connection. Also, clean up the struct TransporterConfiguration (used to be a struct for each transporter type. now there's just one)
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
m_servaddr.sin_port = htons(m_port);
|
||||
};
|
||||
NDB_SOCKET_TYPE connect();
|
||||
NDB_SOCKET_TYPE connect_without_auth();
|
||||
bool close();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user