Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2, 1.4
-
None
-
2019-06, 2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7
Description
We now use the internal ORDER BY of columnstore rather than relying on Server to do the ORDER BY. However, our current collation doesn't allow for anything other than Latin-1.
A means of getting the collation type from the table and passing it to the collation step must be created. Then the sort itself must be made to use it. In addition, the WINDOW FUNCTION ORDER BY must use this same collation.
Attachments
Issue Links
- causes
-
MCOL-4620 Function within an aggregate can cause crash (assert) on Ubuntu 20.02
- Closed
- is blocked by
-
MDEV-21504 Collation: Create shared library for engines to use
- Closed
- is caused by
-
MCOL-2178 Run CS with vanilla 10.4
- Closed
- relates to
-
MCOL-2221 reverse function not work properly with non-latin chars
- Closed
-
MCOL-4498 LIKE is not collation aware
- Closed
- split to
-
MCOL-4064 Make JOIN collation aware
- Closed
-
MCOL-4065 DISTINCT is case sensitive
- Closed
-
MCOL-4085 ALTER TABLE MODIFY COLUMN COLLATE syntax error
- Closed
-
MCOL-4099 Function Insert not inserting.
- Closed
-
MCOL-4100 functions LOCATE, INSTR, STRCMP and FIND_IN_SET are case sensitve
- Closed