Skip to main content

稳定性徽章

¥Stability Badges

稳定性徽章指示某个部分的稳定性。

¥The Stability Badges are indications of a section's stability.

稳定性指标如下:

¥The stability indices are as follows:

0Deprecated

The feature might generate warnings and does not assure backward compatibility.


实验性:这些功能不受语义版本控制的约束。它们可能会经历不向后兼容的更改或在将来的版本中删除。不鼓励在生产中使用它们。

¥Experimental: These features are not bound by semantic versioning. They may undergo non-backward compatible changes or be removed in future releases. Their use in production is discouraged.

谨慎使用实验功能,尤其是在库中。用户可能不会期望这些不稳定功能会带来变化。为减少意外,请考虑使用命令行标志来标记实验功能。

¥Use caution with Experimental features, especially in libraries. Users might not expect changes from these unstable features. To reduce surprises, consider using a command-line flag for Experimental features.

实验性功能分为几个阶段:

¥Experimental features are classified into stages:

1Experimental

Experimental features at this stage are currently in development and prone to considerable changes.

1.1Early Development

Experimental features at this stage are approaching minimum viability.

1.2Release Candidate

Experimental features are close to reaching stability. Major changes are not expected, but they could still occur based on user feedback. Testing and feedback are important to ascertain the readiness of these features for stable classification.


2Stable

Compatibility with the MySQL ecosystem is a high priority.


3Legacy

This feature, while not likely to be removed and still subject to semantic versioning, is not under active maintenance and other options are available.

  • 当功能不会造成危害并在 MySQL 生态系统中得到广泛使用时,它们被归类为旧版而不是弃用版。不太可能解决旧功能中的错误。

    ¥Features are classified as legacy instead of deprecated when they cause no harm and have widespread use in the MySQL ecosystem. It's unlikely that bugs in legacy features will be addressed.