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

[query] add show uses statement #2694

Merged
merged 2 commits into from Nov 8, 2021
Merged

Conversation

junnplus
Copy link
Collaborator

@junnplus junnplus commented Nov 8, 2021

I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/

Summary

Add show users statement.

mysql> SHOW USERS;
+------+-----------+----------+-----------+
| name | hostname  | password | auth_type |
+------+-----------+----------+-----------+
| test | localhost | password |         3 |
+------+-----------+----------+-----------+
1 row in set (0.00 sec)

Changelog

  • Improvement

Related Issues

Fixes #2687

Test Plan

Unit Tests

Stateless Tests

@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@databend-bot
Copy link
Member

Wait for another reviewer approval

@zhang2014 zhang2014 merged commit 1d3d3b3 into datafuselabs:main Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show users statement
4 participants