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

fix alter modify column in v23.8 or later #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cw5121
Copy link

@cw5121 cw5121 commented Jun 18, 2024

…sible.md

run optimize table final before run fixed alter modify column, otherwise will throw errors in v23.8

I have read the CLA Document and I hereby sign the CLA

…sible.md

run optimize table final before run fixed alter modify column, otherwise will throw errors in v23.8
Copy link
Contributor

github-actions bot commented Jun 18, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@cw5121
Copy link
Author

cw5121 commented Jun 20, 2024

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jun 20, 2024
@UnamedRus
Copy link
Contributor

Hi,
Can you explain this change in a bit more detail?

ALTER TABLE modify_column
MODIFY COLUMN column_n Enum8('kye_a' = 1, 'key_b' = 2, 'key_c' = 3)

Unknown element 'key_a' for enum, maybe you meant: ['key_b']:

I see that Enum have one wrong value -> kye_a instead of key_b, and in "solution" part of article we expected to have "correct" queries

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