set the initial value of wrs to scn min

This commit is contained in:
obdev
2022-11-28 02:55:06 +00:00
committed by ob-robot
parent 99d4f56fec
commit 87a9357186
406 changed files with 6473 additions and 50308 deletions

View File

@ -1502,6 +1502,11 @@ public:
{
contain_pw_merge_op_ = contain_pw_merge_op;
}
inline bool get_contains_match_all_fake_cte() const { return contain_match_all_fake_cte_; }
inline void set_contains_match_all_fake_cte(bool contain_match_all_fake_cte)
{
contain_match_all_fake_cte_ = contain_match_all_fake_cte;
}
inline bool get_contains_das_op() const { return contain_das_op_; }
inline void set_contains_das_op(bool contain_das_op)
{
@ -1822,6 +1827,7 @@ protected:
bool contain_fake_cte_;
bool contain_pw_merge_op_;
bool contain_das_op_;
bool contain_match_all_fake_cte_;
common::ObSEArray<int64_t, 4, common::ModulePageAllocator, true> dup_table_pos_; // for duplicated table
ObShardingInfo *strong_sharding_;
common::ObSEArray<ObShardingInfo*, 8, common::ModulePageAllocator, true> weak_sharding_;