[CP] support load the soft module to encrypt data
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user