[MDEV-33058] Table names have wrong case when created with LIKE Created: 2023-12-18 Updated: 2023-12-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table |
| Affects Version/s: | 11.2.2 |
| Fix Version/s: | 10.11, 11.0, 11.1, 11.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | June Wallace | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 Pro x64 |
||
| Attachments: |
|
| Description |
|
I have "lower_case_table_names=2" in my.ini. When I create a table and specify its columns, the table is created with my requested capitalization. But when I create a table using "LIKE", the table is created an all lowercase name. In both cases, the columns have the correct case. Run this script:
The result says:
|