[MDEV-4579] SQL PARSER - Add Ignore to SET SQL command Created: 2013-05-24 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
hi guys , could we have a SET IGNORE to change errors to warnings?
since the "@@session.query_cache_strip_comAments" doesn't exists
the SET isn't executed, but i want to execute it no problem about this unknown variable... like INSERT IGNORE INTO , with duplicate rows the IGNORE will only change variables that exists, and report warnings about variables that don't exists |