[MCOL-1666] Comparisation with non latin chars in query stats not possible Created: 2018-08-21 Updated: 2020-04-01 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | querystats | ||
| Environment: |
tested on Red Hat, Ubuntu and Docker |
||
| Issue Links: |
|
||||||||
| Description |
|
This also happens, even if Columnstore is configured in UTF-8 and table querystats is created with charset utf-8.
In Querystats the query will be saved:
This query gives no result:
With this workaround it works;
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-09-13 ] |
|
Fix will likely be having the QueryStats create table as UTF8 and making the connection UTF8. |
| Comment by Richard Stracke [ 2019-04-09 ] |
|
Issue seems fixed in 1.2 |
| Comment by Andrew Hutchings (Inactive) [ 2019-07-10 ] |
|
Fixed in 1.2 |