Details
-
New Feature
-
Status: Confirmed (View Workflow)
-
Critical
-
Resolution: Unresolved
-
23.02.3, 5.6.8
-
None
-
MariaDB 10.5.18, Columnstore 5.6.8; RHEL 8.5
Description
See the attached code.
Columnstore throws:
ERROR : The storage engine for the table doesn't support IDB-1001: Function 'current_timestamp' isn't supported.
where it definitely is callable when:
either an alias is used that equals an already existing column,
or a different structure of the query is applied (nested query).
On InnoDB everything works out well.