MySQL 9.7.0 LTS landed today, and we had the pleasure of watching the announcement live — and we were the first ones to download. If you've already pulled the binaries and you're poking at it in a lab, here's the news: Readyset already supports it.
The point isn't that Readyset happens to work with 9.7.
The point is that we were prepared for the
launch. Our compatibility matrix has been running 9.7
pre-release builds, so the same
readysettech/readyset:latest image you can docker
pull right now already accepts 9.7 as an upstream. Today's job is
to prove it, not to port it.
Step 1 - Register MySQL 9.7 as an rdst target
rdst stores connection profiles in
~/.rdst/config.toml. One non-interactive command
adds the target, and the …