Skip to content
New issue

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

Sys.queue ignored upon errors #3604

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Sys.queue ignored upon errors #3604

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working MAL/M5 normal

Comments

@monetdb-team
Copy link

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:

Properly fix bug #3604: only call runtimeProfileFinish in case of error.
See changeset [8455d3abe150](https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8455d3abe150) 
@monetdb-team monetdb-team added bug Something isn't working MAL/M5 normal labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MAL/M5 normal
Projects
None yet
Development

No branches or pull requests

2 participants