Skip to content

Add SHOW INDEXES and EXTENDED#6006

Merged
harshit-gangal merged 2 commits intovitessio:masterfrom
planetscale:sa-add-missing-show-index
Apr 5, 2020
Merged

Add SHOW INDEXES and EXTENDED#6006
harshit-gangal merged 2 commits intovitessio:masterfrom
planetscale:sa-add-missing-show-index

Conversation

@saifalharthi
Copy link
Copy Markdown
Contributor

Part of MySQL compatibility, this PR supports SHOW INDEXES
The optional EXTENDED keyword was introduced in MySQL to check hidden indexes.
https://dev.mysql.com/doc/refman/8.0/en/show-index.html
Keyword support was added.
This PR also fixes a bug where the SHOW INDEX query fails for unqualified tables.

Signed-off-by: Saif Alharthi saif@saifalharthi.me

Signed-off-by: Saif Alharthi <saif@saifalharthi.me>
@saifalharthi saifalharthi requested a review from sougou as a code owner April 2, 2020 19:12
Copy link
Copy Markdown
Collaborator

@systay systay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stuff

Signed-off-by: Saif Alharthi <saif@saifalharthi.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants