[MDEV-7968] Virtual column set to NULL using load data infile Created: 2015-04-09 Updated: 2015-07-27 Resolved: 2015-07-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Virtual Columns |
| Affects Version/s: | 10.0.16 |
| Fix Version/s: | 10.0.21 |
| Type: | Bug | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Hello, Can't find in documentation why it behaving like in the following test case.
Also seeing [GENERATED ALWAYS] in documentation but can't see any description of such keyword . Thanks |
| Comments |
| Comment by Elena Stepanova [ 2015-04-09 ] | |||||||||||||||||||||
|
I could swear the issue with virtual columns not being populated upon LOAD DATA was raised before, but I can't find it anywhere. Even if the LOAD DATA statement above is fixed to specify non-virtual columns (to get rid of the warnings about not enough data), the virtual column still ends up with NULL values.
|