[MDEV-8341] Delayed replication implementation Created: 2015-06-19 Updated: 2016-10-31 Resolved: 2016-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Guillaume Lefranc | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 3 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL 5.6 implements delayed replication: I am wondering if it's something easy to implement in MariaDB, and if it could work out with parallel replication. |
| Comments |
| Comment by Daniel Black [ 2016-02-29 ] |
|
duplicate of |
| Comment by Simon Mudd [ 2016-02-29 ] |
|
Related: http://bugs.mysql.com/80402 |
| Comment by Kristian Nielsen [ 2016-10-31 ] |
|
> Related: http://bugs.mysql.com/80402 That bug is about supporting delays with fractional seconds. The problem is that in the binlog format, we only know the event time on the I do agree with the idea to warn about the rounding. However, I think this |