[MDEV-6193] Problems with multi-table updates that JOIN against read-only table Created: 2014-04-30 Updated: 2014-05-08 Resolved: 2014-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.37, 10.0.10 |
| Fix Version/s: | 5.5.38, 10.0.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
These items may be related to
|
| Comments |
| Comment by Kolbe Kegel (Inactive) [ 2014-04-30 ] |
|
Both of these items were reproduced using a binary built with the patch for |
| Comment by Elena Stepanova [ 2014-05-01 ] |
|
Assigned to Sanja as a part of the listed collection. |
| Comment by Oleksandr Byelkin [ 2014-05-05 ] |
|
CREATE TABLE t1 ( create view v1 as select * from t3; drop view v1, v2; |
| Comment by Oleksandr Byelkin [ 2014-05-05 ] |
|
Second part of the test is repatable in 5.3. |
| Comment by Oleksandr Byelkin [ 2014-05-05 ] |
|
the patch sent for review |