Comments - multiple indexes with different Collation on same column

4 years ago Marko Mäkelä

Unfortunately, in MariaDB, the collation is currently an attribute of the column, not of the index. You could work around this limitation by defining an indexed virtual column that uses a different collation. But, you should be aware that there are various bugs in the InnoDB virtual column implementation of MySQL 5.7 (and presumably 8.0) and MariaDB 10.2.

 
4 years ago concap obi

Thank you. Do you know if collation on index will be available in next versions?

 
4 years ago Ian Gilfillan

I don't see any current plans to implement this, but feel free to create a task on JIRA and follow any progress there. https://jira.mariadb.org

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.