@
Ayanokouji #55
真的不是说从 v9.xx 升到了 v26.xx ,而是一种基于日历的版本策略。类似 JetBrains IntelliJ 的版本号。
"MySQL 9.7 is the final release line using the previous sequential versioning model. Subsequent MySQL Innovation and LTS releases use calendar versioning in the YY.M format, where YY represents the year and M represents the scheduled release month."
官方说 MySQL 9.7 之后也要用基于日历的版本 `Year.Month`。
现在的 MySQL 26 是 Innovation 系列或分支的日历版本,以后 lts 系列或分支也要基于日历版本了。