Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date: 2017-07-04 14:22:06 +0200 From: @joerivanruth To: SQL devs <> Version: 11.25.23 (Dec2016-SP5) CC: @njnes
Last updated: 2017-08-02 10:21:23 +0200
Date: 2017-07-04 14:22:06 +0200 From: @joerivanruth
The SQL script
CREATE TABLE t(a INT); CREATE TABLE x(b INT, c1 INT); SELECT * FROM (SELECT c1, (SELECT COUNT(a) FROM t WHERE a = b) AS c2 FROM x) AS dummy WHERE c1 = c2;
makes mserver5 crash with
sql/server/rel_optimizer.c:5494: rel_push_project_up: Assertion `e' failed.
This happens both on Dec2016_SP5 and on the Jul2017 branch.
Date: 2017-07-05 18:32:03 +0200 From: MonetDB Mercurial Repository <>
Changeset 6a7ff140ae05 made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=6a7ff140ae05
Changeset description:
fixed bug #6339, ie fixed problem in column lookup in combination with the apply operator
Date: 2017-08-02 10:21:23 +0200 From: @sjoerdmullender
Fixed in Jul2017-SP1 release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Date: 2017-07-04 14:22:06 +0200
From: @joerivanruth
To: SQL devs <>
Version: 11.25.23 (Dec2016-SP5)
CC: @njnes
Last updated: 2017-08-02 10:21:23 +0200
Comment 25408
Date: 2017-07-04 14:22:06 +0200
From: @joerivanruth
The SQL script
makes mserver5 crash with
This happens both on Dec2016_SP5 and on the Jul2017 branch.
Comment 25412
Date: 2017-07-05 18:32:03 +0200
From: MonetDB Mercurial Repository <>
Changeset 6a7ff140ae05 made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=6a7ff140ae05
Changeset description:
Comment 25535
Date: 2017-08-02 10:21:23 +0200
From: @sjoerdmullender
Fixed in Jul2017-SP1 release.
The text was updated successfully, but these errors were encountered: