Changeset: 5ed0d889e20e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ed0d889e20e
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Feb2013
Log Message:

also handle errors on failing (locked) queries


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -1966,7 +1966,7 @@ cleanup_engine:
                /* qc_delete(be->q) */
        }
        be->q = NULL;
-       sqlcleanup(be->mvc, 0);
+       sqlcleanup(be->mvc, (!msg)?0:-1);
        MSresetInstructions(c->curprg->def, 1);
        freeVariables(c,c->curprg->def, c->glb, be->vtop);
        be->language = oldlang;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to