MXS-2483: Add note to set_context documentation
As the function is required by the binlogrouter, we cannot outright remove it without refactoring how the servers are handled in it.
This commit is contained in:
@ -153,7 +153,7 @@ public:
|
|||||||
// Convert to human readable string representation
|
// Convert to human readable string representation
|
||||||
std::string to_string() const;
|
std::string to_string() const;
|
||||||
|
|
||||||
// Set the context, argument must not be null
|
// NOTE: Do not use this, required by binlogrouter
|
||||||
void set_context(std::unique_ptr<mxs::SSLContext> ssl);
|
void set_context(std::unique_ptr<mxs::SSLContext> ssl);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user