Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MariaDB [db]> create table t (a tinyint) engine=Columnstore; |
Query OK, 0 rows affected (0.588 sec) |
 |
MariaDB [db]> insert ignore into t values (1),(100); |
ERROR 1178 (42000): The storage engine for the table doesn't support IGNORE option in insert statement is not supported in Columnstore. |
Apparently two separate messages are concatenated here.