Bug #107236 | Cannot drop column when name is >53 characters long | ||
---|---|---|---|
Submitted: | 8 May 4:56 | Modified: | 9 May 5:18 |
Reporter: | Wesley B | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 8.0.29-0ubuntu0.20.04.3 | OS: | Ubuntu |
Assigned to: | CPU Architecture: | ARM (Apple M1) | |
Tags: | regression |
[8 May 4:56]
Wesley B
[8 May 5:01]
Wesley B
Renaming the column beforehand with an ALTER TABLE `test_table` RENAME COLUMN `x` TO `y`; and then dropping the column does work. So it does not seem to affect RENAME COLUMN, but does affect DROP COLUMN.
[9 May 5:18]
MySQL Verification Team
Hello Wesley B, Thank you for the report and feedback. regards, Umesh