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

Fixed collation display in SHOW CREATE TABLE #1951

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

Hydrocharged
Copy link
Contributor

Originally, we didn't display the collation in SHOW CREATE TABLE when the collation was the default collation. Now, it doesn't display it if it's the same as the table collation, which mimics MySQL's behavior.

@Hydrocharged Hydrocharged force-pushed the daylon/show-table-collation-fix branch from ce80e4a to c20e50d Compare August 18, 2023 12:49
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

lgtm, small organizational comments

sql/sqlfmt.go Show resolved Hide resolved
enginetest/queries/alter_table_queries.go Show resolved Hide resolved
sql/types/enum.go Show resolved Hide resolved
@Hydrocharged Hydrocharged merged commit 95bd5fa into main Aug 21, 2023
6 checks passed
@Hydrocharged Hydrocharged deleted the daylon/show-table-collation-fix branch August 21, 2023 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants