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: 2014-10-19 11:38:43 +0200 From: @mlkersten To: MonetDB5 devs <> Version: 11.17.21 (Jan2014-SP3)
Last updated: 2014-11-19 15:14:01 +0100
Date: 2014-10-19 11:38:43 +0200 From: @mlkersten
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0 Build Identifier:
Exceptions in the SQL statement caused the queue not to be updated. Test file added
Reproducible: Always
select * from sys.queue(); drop table xyz; select * from sys.queue(); drop table yz; select * from sys.queue();
Date: 2014-10-20 07:18:49 +0200 From: @mlkersten
Fixed by addition of the proper closing call in the MAL interpreter.
Date: 2014-10-31 14:14:08 +0100 From: @sjoerdmullender
Oct2014 has been released.
Date: 2014-11-19 15:14:01 +0100 From: MonetDB Mercurial Repository <>
Changeset 6c1781e74652 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=6c1781e74652
Changeset description:
Properly fix bug #3604: only call runtimeProfileFinish in case of error. See changeset [8455d3abe150](https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8455d3abe150)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Date: 2014-10-19 11:38:43 +0200
From: @mlkersten
To: MonetDB5 devs <>
Version: 11.17.21 (Jan2014-SP3)
Last updated: 2014-11-19 15:14:01 +0100
Comment 20297
Date: 2014-10-19 11:38:43 +0200
From: @mlkersten
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
Build Identifier:
Exceptions in the SQL statement caused the queue not to be updated.
Test file added
Reproducible: Always
Steps to Reproduce:
select * from sys.queue();
drop table xyz;
select * from sys.queue();
drop table yz;
select * from sys.queue();
Comment 20298
Date: 2014-10-20 07:18:49 +0200
From: @mlkersten
Fixed by addition of the proper closing call in the MAL interpreter.
Comment 20356
Date: 2014-10-31 14:14:08 +0100
From: @sjoerdmullender
Oct2014 has been released.
Comment 20446
Date: 2014-11-19 15:14:01 +0100
From: MonetDB Mercurial Repository <>
Changeset 6c1781e74652 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=6c1781e74652
Changeset description:
The text was updated successfully, but these errors were encountered: