[MCOL-3694] TIMESTAMP data type is accepted but causes invalid (unsupported) data structure, mysqldump fails Created: 2019-12-25 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 1.4.2, 1.5.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Leonid Fedorov |
| Resolution: | Done | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The problem is caused by a combination of fixed
By default, TIMESTAMP column in MariaDB server has CURRENT_TIMESTAMP as default/on update value. So, the resulting table is
However, since current_timestamp is not supported for Columnstore, this statement cannot be run:
It means that tools which rely on the output of SHOW CREATE TABLE – importantly, mysqldump, but there might be others – will fail as long as there is at least one such table. |