[MDEV-10436] non-deterministic vcol does not force rbr Created: 2016-07-25 Updated: 2018-01-31 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication, Virtual Columns |
| Affects Version/s: | 10.2.1 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.2.5-1 |
| Description |
|
Since 10.2.1 one can create virtual generated columns with non-deterministic functions. Arguably, in cases like
if t2 contains such non-deterministic generated columns and replication mode is MIXED, the statement should be logged in the row format. It is not. |
| Comments |
| Comment by Sachin Setiya (Inactive) [ 2017-01-24 ] |
|
Please review it. |
| Comment by Sachin Setiya (Inactive) [ 2017-02-11 ] |
|
http://lists.askmonty.org/pipermail/commits/2017-February/010668.html |