Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Won't Do
-
None
Description
In order for handler engines, e.g. columnstore, to collate correctly and identically to innodb, we need access to the same collation code as the server. currently this code is included in server as object files, making it difficult for other projects to include it. This JIRA is a request to include the code in a shared library accessible by both the server and engines.
Note that having it as service is not enough, because some engines (e.g. columnstore) has separately running binaries that needs to collate strings too.
Attachments
Issue Links
- blocks
-
MCOL-337 support full spec for character set clauses
- Closed
-
MCOL-495 Make string comparison not case sensitive
- Closed
-
MCOL-1374 Support utf8mb4
- Closed
-
MCOL-1941 Add support for ALTER TABLE ... CONVERT TO CHARACTER SET
- Closed
-
MCOL-2000 varchar specified sizing is not in characters
- Closed
-
MCOL-3323 Pentaho plugin strange behavior when load data into table
- Closed
-
MCOL-3536 Order by with UTF
- Closed
-
MCOL-3879 ExeMgr crash on select - SELECT TABLE FROM -- WHERE scan_code = 'DUP' and id_datasource <> 1002;
- Closed
- is blocked by
-
MDEV-21581 Helper functions and methods for CHARSET_INFO
- Closed