[CP] fix core when update lob to default value in non strict sql mode

This commit is contained in:
shadowao
2024-07-17 09:17:48 +00:00
committed by ob-robot
parent 5bd36f4e5f
commit 31f4971673
2 changed files with 4 additions and 2 deletions

View File

@ -270,7 +270,7 @@ DEF_TO_STRING(ObLobLocatorV2)
int64_t pos = 0;
uint32_t offset = 0;
J_OBJ_START();
J_KV(K_(ptr), K_(size), K_(has_lob_header));
J_KV(KP_(ptr), K_(size), K_(has_lob_header));
J_COMMA();
if (OB_ISNULL(ptr_)) {