[master] fix errcode scan issues - 2

This commit is contained in:
zhjc1124
2023-08-23 06:40:21 +00:00
committed by ob-robot
parent 96798f4f60
commit 15657b8dfa
15 changed files with 37 additions and 23 deletions

View File

@ -355,8 +355,8 @@ int ObAdminDumpsstExecutor::init_master_key_getter()
// if (OB_FAIL(common::hex_to_cstr(key_hex_str_, len,
// master_key, share::OB_MAX_MASTER_KEY_LENGTH + 1))) {
// STORAGE_LOG(WARN, "fail to hex to cstr", K(ret));
// } else if (share::ObMasterKeyGetter::instance().set_master_key(
// master_key_id_, master_key, STRLEN(master_key))) {
// } else if (OB_FAIL(share::ObMasterKeyGetter::instance().set_master_key(
// master_key_id_, master_key, STRLEN(master_key)))) {
// STORAGE_LOG(WARN, "fail to set master key", K(ret));
// }
// }