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
Transition | Time In Source Status | Execution Times |
---|
|
82d 14h 9m | 1 |
|
57d 6h 26m | 1 |