-
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-24473] Index scan cannot be used when a stored function is used…
… in a where condition. (#3811) http://jira.cubrid.org/browse/CBRD-24473 I fixed it so that the method is treated as a pseudo constant in qo_analyze_terms(). 'col1 = const' <== it is indexable. There is one more problem. Index scan on correlated columns is not possible due to query rewrite in meth_translate() (check test cases for CBRD-24473.txt). I hope this will be fixed in the future.
- Loading branch information
1 parent
930fe21
commit 273eaa6
Showing
2 changed files
with
15 additions
and
0 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