提交 05bbad02 编写于 作者: O obdev 提交者: OB-robot

[CP] [CP] [CP] fix last_active_time reset bug when change user

上级 5e0bd25d
......@@ -300,7 +300,7 @@ void ObBasicSessionInfo::clean_status()
set_valid(true);
thread_data_.cur_query_start_time_ = 0;
thread_data_.cur_query_len_ = 0;
thread_data_.last_active_time_ = 0;
thread_data_.last_active_time_ = ObTimeUtility::current_time();
reset_session_changed_info();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册