[MDEV-5751] INSERT ... ON DUPLICATE KEY IGNORE Created: 2014-02-27 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | BELUGABEHR | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 3 |
| Labels: | None | ||
| Description |
|
I would like to request the following feature:
This feature is to address the issue posted here of having to perform a null operation: It would work much like INSERT IGNORE except that it would only ignore duplicate key errors, but support all other error types. This is contrary to INSERT IGNORE as it reports all other errors as warnings, according to the manual. |
| Comments |
| Comment by Sergei Golubchik [ 2014-02-27 ] | ||
|
also, for consistency, we could have
Thus making the whole grammar to be
|