fix mysqltest introduced by deduce redundant preds

This commit is contained in:
ChangerR
2023-09-01 15:10:40 +00:00
committed by ob-robot
parent 5e3a117ca7
commit 0b8f0353c5
4 changed files with 30 additions and 0 deletions

View File

@ -1496,6 +1496,8 @@ public:
bool &can_pushdown_all,
bool check_match_index = true);
static bool find_superset(const ObRelIds &rel_ids,
const ObIArray<ObRelIds> &single_table_ids);
private:
//disallow construct
ObOptimizerUtil();