[MCOL-4878] Bad error message upon unsupported feature Created: 2021-09-27  Updated: 2021-10-20

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: 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.


Generated at Thu Feb 08 02:53:42 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.