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

This commit is contained in:
qianchanger 2022-11-29 08:08:13 +00:00 committed by ob-robot
parent 1cdc9f04f6
commit b35f223d64

View File

@ -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,