Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
-
Server version: 10.5.4-MariaDB MariaDB Server
Columnstore: 1.5.2-1
Description
Table locks are not supported on Columnstore tables.
CREATE TABLE t1 (id INT) ENGINE=Columnstore;
LOCK TABLE t1 WRITE;
ERROR 1178 (42000): The storage engine for the table doesn't support IDB-2029: Lock table command is currently not supported in Columnstore.