[MCOL-4349] select with 3 explicit longtext columns and string comparisation forced exemgr restart Created: 2020-10-13  Updated: 2023-07-02

Status: Confirmed
Project: MariaDB ColumnStore
Component/s: ExeMgr
Affects Version/s: 1.5.3
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Richard Stracke Assignee: Leonid Fedorov
Resolution: Unresolved Votes: 0
Labels: None
Environment:


 Description   

To reproduce:

CREATE TABLE t1 (
i1 int(10) DEFAULT NULL,
l1 longtext DEFAULT NULL,
v1 varchar(50) DEFAULT NULL
) ENGINE=Columnstore DEFAULT CHARSET=utf8;
 
select i1,l1,l1,l1 from t1 where i1 = 456 and v1 = '34534655fsdsdf';

It happens with empty table.


Generated at Thu Feb 08 02:49:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.