[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:
@ -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,
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user