Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.2.1
-
None
-
2019-03
Description
Mariadb server code randomly crashes when tablename contains `/`.
RENAME TABLE statement decodes the path provided by the server prior the rename operation and if the path contains '/' then server crashes in ha_calpont_ddl.cpp by parseTableName(). This is valid after MCOL-1855 only.
Attachments
Issue Links
- is caused by
-
MCOL-1855 ColumnStore table whose name contains $ cannot be renamed
- Closed