[MCOL-4683] Issue with table names containing special character Created: 2021-04-19 Updated: 2023-07-02 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Isaac Venn (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Tables with special characters are running into problems when trying to drop or rename: MariaDB [mydb]> drop table `$f`; MariaDB [mydb]> rename table `$f` to badnametable; On the filesystem the filename of this table is as follows: @0024f.frm |