Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.4
-
Linux Ubuntu 14.04 n.a.
Description
mysqlbinlog --flashback should revert the following statement:
REPLACE INTO world.City VALUES (4078, 'Wrong value 5', '000', 'Wrong', 0)
, (NULL, 'Wrong value 6', '000', 'Wrong', 0);
into:
DELETE
UPDATE
but does a:
UPDATE
DELETE
If this is logially always correct I cannot say. But technically IMHO it is not.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Lixun Peng [ plinux ] |
Fix Version/s | 10.2 [ 14601 ] |
Labels | Flashback |
Component/s | Scripts & Clients [ 11002 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.2.7 [ 22543 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 79643 ] | MariaDB v4 [ 151710 ] |
The same as https://jira.mariadb.org/browse/MDEV-12067