[CP][BUGFIX] add fix zero lob val

This commit is contained in:
skylhd
2024-01-23 09:17:27 +00:00
committed by ob-robot
parent 236976d204
commit 60afc16914
5 changed files with 30 additions and 12 deletions

View File

@ -25,6 +25,8 @@ namespace oceanbase
namespace storage
{
const ObLobCommon ObLobManager::ZERO_LOB = ObLobCommon();
int ObLobManager::mtl_new(ObLobManager *&m) {
int ret = OB_SUCCESS;
const uint64_t tenant_id = MTL_ID();