The 11.0 release rewrites the cost constants, which is a change that improves most plans and changes some of yours. A cost model change is the kind of…
MariaDB replaced XtraDB with its own InnoDB fork some versions ago, and 10.6 is where the accumulated differences from MySQL stop being cosmetic. The two are no longer…
The replica was up, accepting connections and serving data from an hour ago. Seconds_Behind_Master reported zero, honestly, and was measuring the wrong thing.
10.5 in June replaced XtraDB with upstream InnoDB, which is a change to the storage engine that most upgrade notes describe as an implementation detail. Removed variables in…
10.4 changed the default authentication for the root account to unix_socket, so an upgrade produces a root that cannot log in with a password and a lot of…
AUTO_INCREMENT belongs to a table and produces a value only on insert, so two tables cannot share a numbering space and nothing can reserve a block of ids…
8.0 went GA in April and the correlated subquery can retire. The plans before and after, the recursive CTE that replaces a loop, and the upgrade nobody expects.