提交 afd48ec8 编写于 作者: Q qianchanger 提交者: wangzelin.wzl

Fix the bug that dfo_key is duplicated when registering the first buffer cache

上级 bfd3dcef
......@@ -223,7 +223,9 @@ public:
rs_mgr_(NULL),
execution_id_(0),
px_sequence_id_(0)
{}
{
px_sequence_id_ = ObTimeUtility::current_time();
}
virtual ~ObSql() { destroy(); }
static int construct_ps_param(const ParamStore &params,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册