-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-25335] Problem where nodes without a join relationship are conn…
…ected and incorrect results are output. (#5170) http://jira.cubrid.org/browse/CBRD-25335 Fix so that dummy_join_term is not generated when a node has a join predicate. as-is add dummy_join_term for ANSI node without join term for previous node. to-be add dummy_join_term for ANSI node without join term. In the case of right outer join, dependency is set on the entire preceding table connected by ANSI join. and Remove the right_dep_set that is no longer needed.
- Loading branch information
1 parent
4e06329
commit d29a35a
Showing
2 changed files
with
27 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters