[MDEV-28057] Online log for virtual index doesn't compute virtual column value Created: 2022-03-14 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Virtual Columns |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
InnoDB concurrent DML doesn't compute virtual column value during index build DDL. It leads to insertion of NULL value.
Server fails to send the value of virtual column for the secondary index tuple when index is being created. |