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

SHOW ENGINES Statement #3206

Closed
Tracked by #3428
BohuTANG opened this issue Dec 2, 2021 · 1 comment
Closed
Tracked by #3428

SHOW ENGINES Statement #3206

BohuTANG opened this issue Dec 2, 2021 · 1 comment
Assignees
Labels
A-query Area: databend query C-feature Category: feature community-take good first issue Category: good first issue

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Dec 2, 2021

Summary

Same as MySQL:
https://dev.mysql.com/doc/refman/8.0/en/show-engines.html

SHOW ENGINES displays status information about the server's storage engines. This is particularly useful for checking whether a storage engine is supported, or to see what the default engine is.

For example:

mysql> SHOW ENGINES\G
*************************** 1. row ***************************
      Engine: FUSE
     Support: YES
     Comment: Fuse storage engine
@BohuTANG BohuTANG added C-feature Category: feature A-query Area: databend query good first issue Category: good first issue labels Dec 2, 2021
@SGZW
Copy link
Contributor

SGZW commented Dec 4, 2021

/assignme

SGZW added a commit to SGZW/datafuse that referenced this issue Feb 4, 2022
BohuTANG added a commit that referenced this issue Feb 6, 2022
ISSUE #3206: Support SHOW ENGINES Statement
@BohuTANG BohuTANG closed this as completed Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature community-take good first issue Category: good first issue
Projects
None yet
Development

No branches or pull requests

3 participants