Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-25722] Enable correlated subquery caching with type_sp included in the subquery. #5707

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

xmilex-git
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-25722

TYPE_SP를 포함한 correlated subquery의 캐싱이 가능하게 개선하는 이슈입니다.

@xmilex-git xmilex-git self-assigned this Dec 12, 2024
regu_var_list_p = regu_src->value.sp_ptr->args;
while (regu_var_list_p)
{
if (!regu_var_list_p)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while 루프로 인해, 이 조건은 항상 false일 거 같습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 적용했습니다. 확인해주세요

@xmilex-git xmilex-git merged commit 8aa9f43 into CUBRID:develop Dec 13, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants