-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-18.0] Bugfix: GROUP BY/HAVING alias resolution (#15344) #15381
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vitess-bot
bot
added
Backport
This is a backport
Component: Query Serving
Merge Conflict
Skip CI
Skip CI actions from running
Type: Bug
labels
Feb 28, 2024
Hello @systay, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace
|
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Andres Taylor <[email protected]>
systay
force-pushed
the
backport-15344-to-release-18.0
branch
from
February 29, 2024 08:42
49d991c
to
01d460d
Compare
Signed-off-by: Andres Taylor <[email protected]>
systay
requested review from
harshit-gangal,
frouioui and
GuptaManan100
as code owners
February 29, 2024 08:42
GuptaManan100
approved these changes
Feb 29, 2024
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
deepthi
approved these changes
Feb 29, 2024
JiekerTime
pushed a commit
to JiekerTime/vitess
that referenced
this pull request
Mar 8, 2024
* fix test cases * Merge branch 'master' into split-table-merge-master0306 * fix ci test * Bugfix: GROUP BY/HAVING alias resolution (vitessio#15344) (vitessio#15381 * add params for proxy support ddl operations * merge origin * fix client_found_row (vitessio#203) * merge origin to a2c986c * fix client found rows * Use GetTabletsByCell in healthcheck * delete start params:track_schema_versions. * auto delete logs from three days ago * 解决跨cell获取节点失败和SQL权限没有正确拦截的问题 * merge origin 3a35dd * 支持MySQL8.0编译... (vitessio#185) * 修改show vitess_shards|vitess_tables和 show variables (vitessio#175) * fix binaryhash * fix: container restart ,programs restart failed * add start params * merge origin with laster pr:f39ada * fix vttablet startup * fix openEuler dockerfile * merge origin bugfix * fix master ci * Bugfix: fix pinned table for splitclone (vitessio#141)
JiekerTime
pushed a commit
to JiekerTime/vitess
that referenced
this pull request
Mar 8, 2024
* Merge branch 'master' into split-table-merge-master0306 * 修复agent容器无法跨容器恢复MySQL数据的问题 * fix test cases * fix ci test * Bugfix: GROUP BY/HAVING alias resolution (vitessio#15344) (vitessio#15381 * add params for proxy support ddl operations * merge origin * fix client_found_row (vitessio#203) * merge origin to a2c986c * fix client found rows * Use GetTabletsByCell in healthcheck * delete start params:track_schema_versions. * auto delete logs from three days ago * 解决跨cell获取节点失败和SQL权限没有正确拦截的问题 * merge origin 3a35dd * 支持MySQL8.0编译... (vitessio#185) * 修改show vitess_shards|vitess_tables和 show variables (vitessio#175) * fix binaryhash * fix: container restart ,programs restart failed * add start params * merge origin with laster pr:f39ada * fix vttablet startup * fix openEuler dockerfile * merge origin bugfix * fix master ci * Bugfix: fix pinned table for splitclone (vitessio#141)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a backport of #15344