mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -417,6 +417,14 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options,
|
||||
{
|
||||
if (reinit_ssl())
|
||||
result= 1;
|
||||
#ifdef WITH_WSREP
|
||||
if (!result &&
|
||||
WSREP_ON && wsrep_reload_ssl())
|
||||
{
|
||||
my_message(ER_UNKNOWN_ERROR, "Failed to refresh WSREP SSL.", MYF(0));
|
||||
result= 1;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (options & REFRESH_GENERIC)
|
||||
{
|
||||
|
Reference in New Issue
Block a user