[MDEV-5973] MySQL Bug#11757486:49539: NON-DESCRIPTIVE ERR (ERROR 0 FROM STORAGE ENGINE) WITH MULTI-TABLE UPDATE Created: 2014-03-28 Updated: 2016-06-21 Resolved: 2016-06-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | 10.0.26 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Test case for MySQL " Bug#11757486:49539: NON-DESCRIPTIVE ERR (ERROR 0 FROM STORAGE ENGINE) WITH MULTI-TABLE UPDATE" fails in 10.0. Note that MariaDB returns proper error message. The problem is that IGNORE has no effect in multi-table update. Relevant revision:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2016-06-20 ] |
|
9e3a5842a86a4f3309a14a7bd1d4310348a05cfe is revision number in git |
| Comment by Oleksandr Byelkin [ 2016-06-20 ] |
|
OK, the real problem of the bug is different reaction on IGNORE for UPDATE and multi-table UPDATE due to different ways to calculate condition of turning errors to warnings. |
| Comment by Oleksandr Byelkin [ 2016-06-20 ] |
|
revision-id: dd32ca182246fccc7ba8d7c612af3ddd27fbf4af (mariadb-10.0.25-11-gdd32ca1)
Condition in processing IGNORE clause for UPDATE & multi-table UPDATE made the same. — |
| Comment by Oleksandr Byelkin [ 2016-06-21 ] |
|
revision-id: 13f13b7b2bede46c90772a105a502c33fe93f4d1 (mariadb-10.0.25-11-g13f13b7)
Condition in processing IGNORE clause for UPDATE & multi-table UPDATE made the same. — |