提交 5342669d 编写于 作者: L LiuYoung00 提交者: wangzelin.wzl

[CP] fix __all_virtual_open_cursor column type

上级 50f81875
......@@ -349,7 +349,7 @@ int ObVirtualOpenCursorTable::fill_cells_impl(const SessionInfo& sess_info, cons
break;
}
case LAST_SQL_ACTIVE_TIME: {
cells[i].set_datetime(plan->stat_.last_active_time_);
cells[i].set_timestamp(plan->stat_.last_active_time_);
break;
}
case SQL_EXEC_ID: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册