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

delegate: fix SHOW INDEXES ... WITH COMMENT showing extraneous data #46621

Merged
merged 1 commit into from Mar 26, 2020

Conversation

otan
Copy link
Contributor

@otan otan commented Mar 26, 2020

Resolves #46333

Release justification: low risk, high benefit changes to existing
functionality
Release note (bug fix): Previously, SHOW INDEXES ... WITH COMMENT would
show duplicate rows for certain tables if indexes were identically
named. This has been fixed.

@otan otan requested review from rohany and a team March 26, 2020 15:16
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rohany
Copy link
Contributor

rohany commented Mar 26, 2020

LGTM

looks like we've had broken tests for this just sitting around in the repo.

Resolves cockroachdb#46333

Release justification: low risk, high benefit changes to existing
functionality
Release note (bug fix): Previously, SHOW INDEXES ... WITH COMMENT would
show duplicate rows for certain tables if indexes were identically
named. This has been fixed.
@otan
Copy link
Contributor Author

otan commented Mar 26, 2020

the power of "-rewrite" very powerful hehe

bors r=rohany

@craig
Copy link
Contributor

craig bot commented Mar 26, 2020

Build failed (retrying...)

@craig
Copy link
Contributor

craig bot commented Mar 26, 2020

Build failed (retrying...)

@craig
Copy link
Contributor

craig bot commented Mar 26, 2020

Build succeeded

@craig craig bot merged commit 5a8ab23 into cockroachdb:master Mar 26, 2020
SQL Features (Deprecated - use SQL Experience board) automation moved this from Open PRs to Done Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

sql: show indexes with comment seems to be broken
3 participants