Skip to content
This repository was archived by the owner on Dec 25, 2019. It is now read-only.

Support the MySQL version of SHOW INDEXES. #23

Merged
merged 1 commit into from
Nov 20, 2019

Conversation

wangandi
Copy link
Contributor

@wangandi wangandi commented Nov 20, 2019

Part of MaterializeInc/materialize#218

Supported syntax in this PR is SHOW {INDEX | INDEXES | KEYS} {FROM | IN} tbl_name [WHERE expr].

PostgreSQL does not have a SHOW INDEXES command, but MySQL does, whose supported syntax is SHOW {INDEX | INDEXES | KEYS} {FROM | IN} tbl_name [{FROM | IN} db_name] [WHERE expr].

@wangandi wangandi requested a review from benesch November 20, 2019 19:31
Copy link
Contributor

@benesch benesch left a comment

Choose a reason for hiding this comment

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

Beautiful!

@wangandi wangandi merged commit 2eedfb2 into MaterializeInc:master Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants