summary refs log tree commit diff
path: root/changelog.d/7024.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-0/+1
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.