-
Notifications
You must be signed in to change notification settings - Fork 936
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
Fix Contains subquery with parameter #3220
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It started working by chance for your case in 5.3 due to other bug :)
So, should we consider this a regression having happened in 5.3, and then should we target 5.3.x instead?
Yes, we should backport it to 5.3. But what's the plan? Didn't we simply cherry-pick changes for older branches in separate PR? |
If the fix can target 5.3.x "as is" and be simply merged to 5.4.x, it is then easier to target 5.3.x. If 5.3.x needs a different fix, better target 5.4.x and backport. |
Done |
ef91f69
to
98a35a1
Compare
Fixes #3218