[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:
@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user