[MCOL-4756] having not() provokes an ERROR 2013 Created: 2021-06-10  Updated: 2021-06-15

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: 5.5.2
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Emmanuel Assignee: Unassigned
Resolution: Unresolved Votes: 1
Labels: None


 Description   

See the example below

CREATE TABLE `manu_test` (
id tinyint unsigned NOT NULL,
test tinyint default null
) ENGINE=Columnstore DEFAULT CHARSET=utf8;

INSERT INTO `manu_test`
(`id`,
`test`)
VALUES
(1,0),
(2,1),
(3,null)
;

select id, test from manu_test having not(test);

"having not" creates an "Error Code: 2013. Lost connection to MySQL server during query"

having, where, where not all work fine



 Comments   
Comment by antoine [ 2021-06-15 ]

it's worse than described here, the issue causes then entire server to crash

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