fix baseline key changed by get pl function
This commit is contained in:
@ -61,9 +61,9 @@ class ObResultSet;
|
||||
class ObPlanBaseKeyGuard
|
||||
{
|
||||
public:
|
||||
explicit ObPlanBaseKeyGuard(ObBaselineKey &bl_key)
|
||||
: bl_key_(bl_key),
|
||||
ori_bl_key_(bl_key) {}
|
||||
[[nodiscard]] explicit ObPlanBaseKeyGuard(ObBaselineKey &bl_key)
|
||||
: bl_key_(bl_key),
|
||||
ori_bl_key_(bl_key) {}
|
||||
~ObPlanBaseKeyGuard()
|
||||
{
|
||||
bl_key_ = ori_bl_key_;
|
||||
|
||||
Reference in New Issue
Block a user