fix create inner path bug

This commit is contained in:
zzg19950727
2023-08-08 04:42:25 +00:00
committed by ob-robot
parent 4257b3d298
commit ca5f363b3d
2 changed files with 10 additions and 13 deletions

View File

@ -1241,6 +1241,7 @@ struct NullAwareAntiJoinInfo {
struct PathHelper {
PathHelper()
: is_inner_path_(false),
force_inner_nl_(false),
child_stmt_(NULL),
pushdown_filters_(),
filters_(),
@ -1250,6 +1251,7 @@ struct NullAwareAntiJoinInfo {
{}
bool is_inner_path_;
bool force_inner_nl_;
ObSelectStmt *child_stmt_;
// when generate inner access path, save all pushdown filters
// when generate subquery path, save all pushdown filters after rename