[FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com> Co-authored-by: akaError <lzg020616@163.com> Co-authored-by: yinyj17 <yinyijun92@gmail.com>
This commit is contained in:
@ -172,6 +172,10 @@ class ObPhysicalRestoreTenantResolver : public ObSystemCmdResolver
|
||||
virtual ~ObPhysicalRestoreTenantResolver() {}
|
||||
virtual int resolve(const ParseNode &parse_tree);
|
||||
private:
|
||||
#ifdef OB_BUILD_TDE_SECURITY
|
||||
int resolve_kms_encrypt_info(common::ObString store_option);
|
||||
int check_kms_info_valid(const common::ObString &kms_info, bool &is_valid);
|
||||
#endif
|
||||
int resolve_decryption_passwd(obrpc::ObPhysicalRestoreTenantArg &arg);
|
||||
int resolve_restore_source_array(obrpc::ObPhysicalRestoreTenantArg &arg);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user