[CP] record spm stats after plan execution even enable_perf_event parameter is disabled

This commit is contained in:
obdev
2024-05-11 10:18:00 +00:00
committed by ob-robot
parent 4278d1af7c
commit 2ff8588a15
2 changed files with 15 additions and 6 deletions

View File

@ -43,9 +43,9 @@ public:
{
is_inited_ = false;
array_ = NULL;
bitset_.reuse();
}
void clear()
bitset_.reuse();
}
void clear()
{
bitset_.reuse();
}
@ -123,9 +123,9 @@ public:
is_new_mask = tmp_new_mask;
}
}
}
return ret;
}
}
return ret;
}
bool is_all_mask() const
{
bool bool_ret = false;