[MCOL-2221] reverse function not work properly with non-latin chars Created: 2019-03-08 Updated: 2020-06-23 Resolved: 2020-06-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.2 |
| Fix Version/s: | 1.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||||||
| Sprint: | 2020-5, 2020-6, 2020-7 | ||||||||||||
| Description |
|
Columnstore server is configured as UTF-8 as decribed here: To reproduce:
Result is:
Expected behavioiur is like the result in innodb.
|
| Comments |
| Comment by Rahul Anand [ 2020-02-23 ] |
|
Hi! |
| Comment by Roman [ 2020-03-30 ] |
|
Greetings Rahul. Sorry for the late response. Feel free to contact me if you have any questions on this issue. |
| Comment by David Hall (Inactive) [ 2020-04-10 ] |
|
This patch needs to be merged into 1.4 and the develop branch |
| Comment by Steven Huang [ 2020-04-13 ] |
|
Hi David and Roman, I was only able to build columnstore develop-1.2 while doing this ticket...the other builds kept giving compile errors no matter what engine version I was running. Do you guys have any pointers for this? I am running Ubuntu 18.04 if that's relevant. |
| Comment by Roman [ 2020-04-13 ] |
|
Hey Steven, Here are the steps to fast build current develop branch with vanilla MDB 1) Clone the repo [1] and fix paths in cs-docker-tools/shels/ When the script finishes there will be MDB + MCS running in the system. You 1. https://github.com/drrtuy/cs-docker-tools.git Regards, On Mon, Apr 13, 2020 at 8:34 PM Steven Huang (Jira) <jira@mariadb.org> |
| Comment by David Hall (Inactive) [ 2020-06-19 ] |
|
This is fixed in 1.5.2, which ships with MariaDB 10.5 on June 24 2020. |
| Comment by David Hall (Inactive) [ 2020-06-22 ] |
|
QA: You may already be testing this as part of |
| Comment by Daniel Lee (Inactive) [ 2020-06-23 ] |
|
Build verified: 1.5.2-1 (community edition b33685) The create table statement in the description needs to be modified to varcher(16) and char(16) for this test. This is because the the fields size is in bytes, not characters. This issue is being tracked in |