We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Group_concat
Running a query like -
select group_concat(t3.name SEPARATOR ', ') as "Group Name" from t1 join t2 on t1.id = t2.t1_id left join t3 on t1.id = t3.id group by t1.id;
can crash the vtgate if all the three tables, t1, t2 and t3 are sharded on the id columns.
Run the query in a sharded vitess cluster.
main
-
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview of the Issue
Running a query like -
can crash the vtgate if all the three tables, t1, t2 and t3 are sharded on the id columns.
Reproduction Steps
Run the query in a sharded vitess cluster.
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: