[MCOL-4856] count(*) no result for utf8mb3 if utf8mb4 column in subquery Created: 2021-09-02 Updated: 2023-02-17 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.5.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | count | ||
| Environment: |
RHEL 8.2 |
||
| Attachments: |
|
| Description |
|
The following problem occurs with Columnstore 5.5.1 and older: CREATE TABLE `test_utf8mb4` ( CREATE TABLE `test_utf8` ( insert into test_utf8mb4 (id, name) values ('1', 'a'); select count |