提交 29304afa 编写于 作者: C chinaxing 提交者: ob-robot

[maste] revert CR: 11661526

上级 ab65ecd4
......@@ -659,11 +659,8 @@ int ObMPPacketSender::send_ok_packet(ObSQLSessionInfo &session, ObOKPParam &ok_p
if (OB_SUCC(ret) && OB_FAIL(alloc_ezbuf())) {
LOG_WARN("ez_buf_ alloc failed", K(ret));
}
// calc txn free route info if multi-stmt has stop execution
if (OB_SUCC(ret)
&& !ok_param.has_more_result_
&& conn_->is_support_sessinfo_sync()
&& proto20_context_.is_proto20_used_) {
if (OB_SUCC(ret) && conn_->is_support_sessinfo_sync() && proto20_context_.is_proto20_used_) {
LOG_DEBUG("calc txn free route info", K(session));
if (OB_FAIL(session.calc_txn_free_route())) {
SERVER_LOG(WARN, "fail calculate txn free route info", K(ret), K(session.get_sessid()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册