mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
3b17a24eff
Connection of slave to master using a replication account which authenticates with an external plugin was not possible. Fixed by making sure that the CLIENT_PLUGIN_AUTH capability is set when client connects using mysql_real_connect(). Also, a plugin-dir path used by client library to locate authentication plugins is set based on the analogous server setting. This is done in connect_to_master() function before a call to mysql_real_connect(). |
||
---|---|---|
.. | ||
authentication_win | ||
client_settings.h | ||
CMakeLists.txt | ||
conf_to_src.c | ||
errmsg.c | ||
get_password.c | ||
libmysql.c | ||
libmysql.def | ||
libmysql.ver.in |