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
mysql> show index from test.t; ERROR 1105 (HY000): unsupported.query:show index
SHOW {INDEX | INDEXES | KEYS} {FROM | IN} tbl_name [{FROM | IN} db_name] [WHERE expr]
The text was updated successfully, but these errors were encountered:
*: support show index syntax radondb#679
a36087d
[summary] Support show index syntax. SHOW {INDEX | INDEXES | KEYS} {FROM | IN} tbl_name [{FROM | IN} db_name] [WHERE expr] [test case] src/proxy/show_test.go src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go [patch codecov] src/proxy/query.go 88.7% src/proxy/show.go 90.1% src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 96.8%
Merge pull request #680 from zhyass/feature_set
3d5ca8e
*: support show index syntax #679
zhyass
No branches or pull requests
The text was updated successfully, but these errors were encountered: