Fix shared exprs bugs when create inline view

This commit is contained in:
xianyu-w
2023-02-14 12:12:15 +00:00
committed by ob-robot
parent 50a6b3cda3
commit 0664c26d30
24 changed files with 911 additions and 1452 deletions

View File

@ -559,7 +559,7 @@ struct DistinctObjMeta
* 以左-右-后的方式后续遍历from item及semi from item中的joined_table结构
*/
int recursively_eliminate_full_join(ObDMLStmt &stmt,
TableItem &table_item,
TableItem *table_item,
bool &trans_happened);
/**