Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-25 | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 20 | -431/+537 | |
This changes the replication protocol so that the server does not send down `RDATA` for rows that happened before the client connected. Instead, the server will send a `POSITION` and clients then query the database (or master out of band) to get up to date. | |||||
2020-03-25 | Various cleanups to INSTALL.md (#7141) | Andrew Morgan | 2 | -59/+40 | |
2020-03-24 | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 24 |