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

MySQL compatibility: Implement SHOW COLUMNS #48017

Merged
merged 7 commits into from
Mar 31, 2023
Merged

MySQL compatibility: Implement SHOW COLUMNS #48017

merged 7 commits into from
Mar 31, 2023

Conversation

rschu1ze
Copy link
Member

@rschu1ze rschu1ze commented Mar 26, 2023

Fixes #46437

Inspired by https://dev.mysql.com/doc/refman/8.0/en/show-columns.html

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Add statement SHOW COLUMNS which shows distilled information from system.columns

@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-feature Pull request with new product feature label Mar 26, 2023
@rschu1ze rschu1ze added the do not test disable testing on pull request label Mar 26, 2023
@rschu1ze rschu1ze removed the do not test disable testing on pull request label Mar 28, 2023
@rschu1ze rschu1ze force-pushed the rs/show_columns branch 2 times, most recently from 8423ee3 to b302319 Compare March 28, 2023 17:50
@rschu1ze rschu1ze changed the title (wip) Implement SHOW COLUMNS MySQL compatibility: Implement SHOW COLUMNS Mar 28, 2023
@rschu1ze rschu1ze marked this pull request as ready for review March 28, 2023 17:51
@rschu1ze

This comment was marked as outdated.

@rschu1ze
Copy link
Member Author

Test were okay in last run (#48017 (comment)). I only changed 25402_show_columns and verified locally that it's green. --> merging

@rschu1ze rschu1ze merged commit 5d64841 into master Mar 31, 2023
@rschu1ze rschu1ze deleted the rs/show_columns branch March 31, 2023 13:50
rschu1ze added a commit that referenced this pull request Mar 31, 2023
rschu1ze added a commit that referenced this pull request Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MySQL compatibility: add support for SHOW COLUMNS, SHOW FULL TABLES
4 participants