mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -46,6 +46,7 @@ public:
|
||||
const char* get_address() { return m_address; }
|
||||
size_t get_address_len() { return m_address_len; }
|
||||
int get_port() { return m_port; }
|
||||
void set_port(int port) { m_port= port; }
|
||||
|
||||
private:
|
||||
enum family {
|
||||
|
Reference in New Issue
Block a user