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-20846] Handling of CTE pointers in parse tree copy #449

Merged
merged 7 commits into from
Jan 24, 2017

Conversation

andrei14vl
Copy link
Collaborator

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

The CTE pointers have to be handled separately in parse tree copy, otherwise they will remain pointing to the CTEs from the old tree.

PT_TREE_COPY_INFO was created to keep a list of cloned CTE nodes in new/old pairs. This list will be used for each CTE pointer to identify the updated CTE node address.

@andrei14vl andrei14vl added the bug label Jan 24, 2017
@andrei14vl andrei14vl self-assigned this Jan 24, 2017
@andrei14vl andrei14vl merged commit f7498fc into CUBRID:develop Jan 24, 2017
@andrei14vl andrei14vl deleted the CBRD-20846 branch February 2, 2017 08:32
@eseokoh eseokoh modified the milestone: banana pie May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants