[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

@ -42,7 +42,7 @@
op_ctx = new (ptr) ctx_type(exec_ctx); \
int64_t tenant_id = GET_MY_SESSION(exec_ctx)->get_effective_tenant_id(); \
if (oceanbase::common::OB_SUCCESS != (_ret_ = op_ctx->init_base(tenant_id))) { \
SQL_ENG_LOG(WARN, "init operator ctx failed", K(_ret_)); \
SQL_ENG_LOG_RET(WARN, _ret_, "init operator ctx failed", K(_ret_)); \
} else { \
op_ctx->set_op_id(op_id); \
op_ctx->set_op_type(op_type); \