
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
9 lines
354 B
YAML
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).
|