[MDEV-12066] mysqlbinlog --flashback does not reverse replace statements Created: 2017-02-14 Updated: 2017-07-04 Resolved: 2017-07-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication, Scripts & Clients |
| Affects Version/s: | 10.2.4 |
| Fix Version/s: | 10.2.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Lixun Peng |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Flashback | ||
| Environment: |
Linux Ubuntu 14.04 n.a. |
||
| Attachments: |
|
| Description |
|
mysqlbinlog --flashback should revert the following statement: REPLACE INTO world.City VALUES (4078, 'Wrong value 5', '000', 'Wrong', 0) into: DELETE but does a: UPDATE If this is logially always correct I cannot say. But technically IMHO it is not. |
| Comments |
| Comment by Lixun Peng [ 2017-05-08 ] |
|
The same as https://jira.mariadb.org/browse/MDEV-12067 |
| Comment by Lixun Peng [ 2017-07-04 ] |
|
Fixed in |