[CP] support load the soft module to encrypt data

This commit is contained in:
obdev
2023-02-10 08:11:16 +00:00
committed by ob-robot
parent 6525b0514a
commit 63440bd16e
7 changed files with 182 additions and 2 deletions

View File

@ -86,6 +86,8 @@ int ObConfigManager::reload_config()
LOG_WARN("reload config for ratelimit manager fail", K(ret));
} else if (OB_FAIL(OBSERVER.get_net_frame().reload_mysql_login_thread_config())) {
LOG_WARN("reload config for mysql login thread count failed", K(ret));
} else if (OB_FAIL(ObTdeEncryptEngineLoader::get_instance().reload_config())) {
LOG_WARN("reload config for tde encrypt engine fail", K(ret));
}
return ret;
}