Skip to content
Snippets Groups Projects
Unverified Commit 4cff617d authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Move catchup of replication streams to worker. (#7024)

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.
parent 7bab6427
No related branches found
No related tags found
No related merge requests found
Showing
with 417 additions and 444 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment