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

Fix __sq_has_values1 error with PulloutSubquery #9855

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

frouioui
Copy link
Member

@frouioui frouioui commented Mar 9, 2022

Description

This pull request fixes #9854 by using HasValues arguments instead of the regular Name argument for EXISTS subqueries.

Related Issue(s)

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@systay systay merged commit f6f0ae0 into vitessio:main Mar 10, 2022
@systay systay deleted the fix-9854 branch March 10, 2022 14:00
@frouioui frouioui added Backport This is a backport Backport me! and removed Backport This is a backport labels Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report: PulloutSubquery has missing bind var __sq_has_values1
2 participants