Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The Aria engine currently supports only 8-bit collation IDs.
As of version 10.2.2 we have 95 collations with 2-byte IDs, according to this query:
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLLATIONS WHERE id>255; |
A big number of collations with 2-byte IDs was added by MDEV-9711 NO PAD collations.
It would be nice to fix before the 10.2.2 release.