[CP] Fix the bug that dfo_key is duplicated when registering the first buffer cache
This commit is contained in:
@ -223,7 +223,9 @@ public:
|
|||||||
rs_mgr_(NULL),
|
rs_mgr_(NULL),
|
||||||
execution_id_(0),
|
execution_id_(0),
|
||||||
px_sequence_id_(0)
|
px_sequence_id_(0)
|
||||||
{}
|
{
|
||||||
|
px_sequence_id_ = ObTimeUtility::current_time();
|
||||||
|
}
|
||||||
|
|
||||||
virtual ~ObSql() { destroy(); }
|
virtual ~ObSql() { destroy(); }
|
||||||
static int construct_ps_param(const ParamStore ¶ms,
|
static int construct_ps_param(const ParamStore ¶ms,
|
||||||
|
|||||||
Reference in New Issue
Block a user