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:
Markus Mäkelä 2019-05-28 09:38:44 +03:00
parent 0462ac3d16
commit 954c1157dc
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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: