[CP] Fix the bug that dfo_key is duplicated when registering the first buffer cache
This commit is contained in:
parent
1cdc9f04f6
commit
b35f223d64
@ -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 ¶ms,
|
||||
|
Loading…
x
Reference in New Issue
Block a user