[MDEV-19343] The value of "GENERATED COLUMN" is not updated Created: 2019-04-26 Updated: 2019-04-26 Resolved: 2019-04-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Update |
| Affects Version/s: | 10.2.6, 10.2.7, 10.2.8, 10.2.9, 10.2.10, 10.2.11 |
| Fix Version/s: | 10.2.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Makoto Fukumoto | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS7 |
||
| Description |
|
In versions up to 10.2.11, the following procedure does not update the "GENERATED COLUMN" value of some records.
If you delete the index of "i1" or delete the condition of col2 from the "UPDATE Query" where condition, it will not be reproduced, so I think this is the effect of the secondary index. |
| Comments |
| Comment by Alice Sherepa [ 2019-04-26 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Thanks for the report. Reproducible on versions <=10.2.11, not repeatable on >=10.2.12
| |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Makoto Fukumoto [ 2019-04-26 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
What fixes did this improve with version 10.2.12? |