[MDEV-15085] Invisible Column Non-constant Default value results wrong values Created: 2018-01-26 Updated: 2021-06-10 Resolved: 2018-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sachin Setiya (Inactive) | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All |
||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Sachin Setiya (Inactive) [ 2018-01-26 ] |
|
This issue if kind of related to how we get data for invisible fields, we kind of think it will be there (which is true in the case of constant default (share->default_values will have it)). but not true is default should be calculated dynamically. |