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:
parent
0462ac3d16
commit
954c1157dc
@ -153,7 +153,7 @@ public:
|
||||
// Convert to human readable string representation
|
||||
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);
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user