[MCOL-4126] Update or delete followed by insert to a different table may not work and leaves tablelock Created: 2020-06-29 Updated: 2020-07-10 Resolved: 2020-07-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In ha_mcs_impl.cpp doUpdateDelete(), it sets ci.tableOid (that's the cal_connection_info struct).
|
| Comments |
| Comment by David Hall (Inactive) [ 2020-06-29 ] |
|
There's a regression PR for this as well |
| Comment by Patrick LeBlanc (Inactive) [ 2020-06-30 ] |
|
Spotted add'l paths that need cleaning, reopening. |
| Comment by Gagan Goel (Inactive) [ 2020-07-08 ] |
|
David.Hall Does this also need to go into 1.4 and 1.2? |
| Comment by Daniel Lee (Inactive) [ 2020-07-09 ] |
|
Build verified: 1.5.3-1 (drone build #287) Reproduced the issue in 1.5.2-1 MariaDB [mytest]> insert into T4126_1 values (3, 'a'); and verified in 1.5.3-1 |
| Comment by Daniel Lee (Inactive) [ 2020-07-10 ] |
|
Restarted in 1.5.3-1 (drone #280) MariaDB [d1]> create table T4126_1 (idx1 int, col1 varchar(20)) engine=columnstore; MariaDB [d1]> insert into T4126_1 values (3, 'a'); |