如何区分 MySQL GA 发布和里程碑构建
How to tell the difference between a MySQL GA release and milestone build
我正在努力升级我们产品的 MySQL 版本。 MySQL 文档指出 Upgrades between milestone releases (or from a milestone release to a GA release) are not supported
我正在尝试确定我们正在遍历的版本路径是否不受支持(5.5.30 到 5.6.26)。
他们的 archived release page 不清楚如何区分 GA 和里程碑版本。有没有关于每个版本的附加信息的地方?如果不是,我如何区分?
版本 5.5.8 和所有更高版本在 MySQL Server 5.5 中正式发布。
版本 5.6.10 及更高版本在 MySQL Server 5.6 中正式发布。
非 GA 版本是这些版本之前的版本,不应在生产中使用,因为(除其他原因外)有时在 GA 之前会有重大更改。一旦该系列正式发布,这些就不会发生了。
请注意 "not supported" 和 "impossible." 之间存在差异 在 MySQL 兼容性用语中,"not supported" 有时意味着 "if you read and understand the release notes for each and every intermediate version, know exactly what you're doing, proceed deliberately, and take appropriate precautions, it might work just fine, but don't say we said it might work just fine, because we didn't say that." 换句话说,它实际上不是支持 在某种意义上,此类路径上的故障将不被视为值得补救、修复或变通的事情。
我正在努力升级我们产品的 MySQL 版本。 MySQL 文档指出 Upgrades between milestone releases (or from a milestone release to a GA release) are not supported
我正在尝试确定我们正在遍历的版本路径是否不受支持(5.5.30 到 5.6.26)。
他们的 archived release page 不清楚如何区分 GA 和里程碑版本。有没有关于每个版本的附加信息的地方?如果不是,我如何区分?
版本 5.5.8 和所有更高版本在 MySQL Server 5.5 中正式发布。
版本 5.6.10 及更高版本在 MySQL Server 5.6 中正式发布。
非 GA 版本是这些版本之前的版本,不应在生产中使用,因为(除其他原因外)有时在 GA 之前会有重大更改。一旦该系列正式发布,这些就不会发生了。
请注意 "not supported" 和 "impossible." 之间存在差异 在 MySQL 兼容性用语中,"not supported" 有时意味着 "if you read and understand the release notes for each and every intermediate version, know exactly what you're doing, proceed deliberately, and take appropriate precautions, it might work just fine, but don't say we said it might work just fine, because we didn't say that." 换句话说,它实际上不是支持 在某种意义上,此类路径上的故障将不被视为值得补救、修复或变通的事情。