[MCOL-1831] multibyte space (zenkaku) breaks strings comparisation Created: 2018-10-24 Updated: 2020-08-25 Resolved: 2019-04-18 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Critical |
| Reporter: | Richard Stracke | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is variant of Strings comparisation don't work,if mulktibyte space are ivolved
Both selects give no resultsets back. |
| Comments |
| Comment by David Hall (Inactive) [ 2019-04-18 ] | ||||||||||||
|
Using 1.2.4: MariaDB [dhall]> create table ws2 (a int, b char(100), c varchar(100)) engine=columnstore DEFAULT CHARSET = UTF8 ; MariaDB [dhall]> MariaDB [dhall]>
-----
----- MariaDB [dhall]>
-----
----- So it appears to be fixed in 1.2.4 | ||||||||||||
| Comment by Andrew Hutchings (Inactive) [ 2019-04-18 ] | ||||||||||||
|
The various string whitespace handling fixes in 1.2 up to and including 1.2.4 appear to have fixed this. |