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

MCOL-240 Fix NULL handling on empty Having clause #7

Merged
merged 1 commit into from Sep 8, 2016

Conversation

LinuxJedi
Copy link
Contributor

During subquery processing it is possible to have an empty Having
clause. When this happens various tree elements are deleted but the
pointers to those tree elements are not set to NULL. So later on in
processing ExeMgr can crash.

During subquery processing it is possible to have an empty Having
clause. When this happens various tree elements are deleted but the
pointers to those tree elements are not set to NULL. So later on in
processing ExeMgr can crash.
@davidhall586 davidhall586 merged commit 44ab6b5 into mariadb-corporation:develop Sep 8, 2016
tntnatbry pushed a commit to tntnatbry/mariadb-columnstore-engine that referenced this pull request Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants