[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:
@ -956,7 +956,7 @@ int ObSqlTransControl::reset_session_tx_state(ObSQLSessionInfo *session, bool re
|
||||
&& tx_desc->get_addr() == GCONF.self_addr_) {
|
||||
temp_ret = session->drop_temp_tables(false);
|
||||
if (OB_SUCCESS != temp_ret) {
|
||||
LOG_WARN("trx level temporary table clean failed", KR(temp_ret));
|
||||
LOG_WARN_RET(temp_ret, "trx level temporary table clean failed", KR(temp_ret));
|
||||
}
|
||||
}
|
||||
int ret = reset_session_tx_state(static_cast<ObBasicSessionInfo*>(session), reuse_tx_desc);
|
||||
|
Reference in New Issue
Block a user