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

Within a transaction, \d after an error causes mclient to exit #6637

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

Within a transaction, \d after an error causes mclient to exit #6637

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

Comments

@monetdb-team
Copy link

Date: 2018-08-02 14:44:45 +0200
From: @yzchang
To: clients devs <>
Version: 11.29.7 (Mar2018-SP1)

Last updated: 2018-08-31 13:23:17 +0200

Comment 26585

Date: 2018-08-02 14:44:45 +0200
From: @yzchang

After START TRANSACTION, executing an arbitrary query which returns an error, and then executing a '\d' command will trigger the following code (dump.c:2535):

     if (mapi_error(mid)) {
             mapi_explain(mid, stderr);
             exit(2);
     }

So, mclient just exits.

E.g. try the following:
sql>start transaction; seledaf;
auto commit mode: off
syntax error, unexpected IDENT in: "seledaf"
sql>\d

Comment 26592

Date: 2018-08-08 11:03:54 +0200
From: MonetDB Mercurial Repository <>

Changeset 1ae81b91cb04 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=1ae81b91cb04

Changeset description:

Do not exit from a library function; not even a very local one.
Do some proper error handling when getting the clause to retrieve
comments.
This fixes bug #6637.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Client interfaces normal
Projects
None yet
Development

No branches or pull requests

2 participants