[MDEV-15965] Invisible columns and LOAD DATA don't work well together: ER_WARN_TOO_FEW_RECORDS Created: 2018-04-21 Updated: 2018-05-15 Resolved: 2018-05-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since the main characteristic of invisible columns is to be transparent for operations like INSERT, it's reasonable to expect that the same applies to LOAD DATA; but it doesn't – LOAD DATA without specifying the field list doesn't work for any types of invisible columns.
|
| Comments |
| Comment by Sachin Setiya (Inactive) [ 2018-04-26 ] |
|
http://lists.askmonty.org/pipermail/commits/2018-April/012465.html |
| Comment by Sachin Setiya (Inactive) [ 2018-04-26 ] |
|
Documentation needs to be updated |