Files
neutron/releasenotes/notes/tag-case-sensitive-f94700cd349a65a2.yaml
Rodolfo Alonso Hernandez e5606b776e Change "tag" table collation to "utf8mb4_bin"
The collation "utf8mb4_bin" is case sensitive and is present in:
* MariaDB: all released versions.
* MySQL: since 5.5.3 (2010).

Closes-Bug: #2115629
Related-Bug: #2114819
Change-Id: Ice1cf5f03437a470b4732a009a4cf60471ab0021
2025-06-30 13:33:42 +00:00

9 lines
354 B
YAML

---
features:
- |
The resource tags are now case sensitive, following the `OpenStack
guidelines <https://specs.openstack.org/openstack/api-wg/guidelines/tags.html>`_
for tags. "tag" table is now using case sensitive collate/charset
``utf8mb4_bin``/``utf8mb4``, that are present in all MariaDB releases and
since MySQL 5.5.3 (2010).