[MCOL-4232] INSERT IGNORE is not ignoring NOT NULL constraint Created: 2020-08-05 Updated: 2023-10-26 Resolved: 2023-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | susil.behera | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server version: 10.5.5-MariaDB MariaDB Server |
||
| Description |
|
INSERT IGNORE should ignore the NOT NULL column constraint but on Columnstore it does not. DROP TABLE IF EXISTS t1, t2; On Innodb - SHOW WARNINGS;
--------
-------- SELECT * FROM t1;
------
------ |