MDEV-17474 Change Unicode collation implementation from "handler" to "inline" style (part#2)
Additional changes: 1. Adding a fast path for ASCII characters 2. Adding dedicated MY_COLLATION_HANDLERs for collations with no contractions (for utf8 and for utf8mb4 character sets). The choice between the full-featured handler and the "no contraction" handler is made at the collation initialization time.
Showing
Please register or sign in to comment