1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

fix plugins.rpl_auth failure on Debian

Client plugins on Debian are installed in a separate location,
outside of server's plugin-dir
This commit is contained in:
Sergei Golubchik
2024-08-04 17:18:30 +02:00
parent 66f14ef6a1
commit 1787164cdd

View File

@@ -2,6 +2,10 @@ if (!$AUTH_ED25519_SO) {
skip No auth_ed25519 plugin;
}
if (!$CLIENT_ED25519_SO) {
skip No client_ed25519 plugin;
}
source include/master-slave.inc;
sync_slave_with_master;