[MCOL-3692] INSERT .. SELECT executed after previous interrupted operation causes ER_INTERNAL_ERROR Created: 2019-12-25 Updated: 2019-12-26 Resolved: 2019-12-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Time interval between the interrupted operation and the next one does not matter, even half an hour later it still returns the error. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-12-26 ] |
|
Technically could sort-of be classed as a bug due to the error message. But this isn't fixable until we replace the bulk insert code (intended for 1.5). The reason is the first abort leaves a table lock behind which needs to be manually cleared. |