[FEAT MERGE] Merge syslog user experience improvement to master

Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
stdliu
2023-02-06 15:52:23 +08:00
committed by ob-robot
parent 1de9266dd0
commit f8c5c2647f
796 changed files with 4465 additions and 3036 deletions

View File

@ -1004,7 +1004,7 @@ void ObTextStringResult::calc_buffer_len(int64_t res_len)
res_len += sizeof(ObLobCommon);
buff_len_ = ObLobLocatorV2::calc_locator_full_len(extern_flags, 0, res_len, false);
} else {
LOG_WARN("Lob: out row temp lob not implemented",
LOG_WARN_RET(OB_NOT_IMPLEMENT, "Lob: out row temp lob not implemented",
K(OB_NOT_IMPLEMENT), K(this), K(pos_), K(buff_len_));
}
}
@ -1238,4 +1238,4 @@ int ObTextStringResult::ob_convert_datum_temporay_lob(ObDatum &datum,
}
}
}
}