Bug #113208 | IMPORT TABLESPACE not friendly with multi-byte characters | ||
---|---|---|---|
Submitted: | 24 Nov 2023 8:48 | Modified: | 13 Mar 2024 20:41 |
Reporter: | Adria Lee | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | ALL, 8.0.35 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Nov 2023 8:48]
Adria Lee
[27 Nov 2023 9:00]
MySQL Verification Team
Hello Lee Adria, Thank you for the report and test case. Verified as described. regards, Umes
[13 Mar 2024 20:41]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Server 8.4.0 release, and here's the proposed changelog entry from the documentation team: --- Importing a tablespace had a hard limit of 128 characters for the imported column names, which did not properly account for variable-length encodings. It's now set to 64 * the maximum length of a multi-byte characters. Our thanks to Lee Adria for the contribution. --- Thank you for the bug report.