Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27129

Modified Files:
      Tag: MonetDB_5-4
        mal_interpreter.mx 
Log Message:
Don't pretend to find a correct result variable if you have
already encountered an exception


Index: mal_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_interpreter.mx,v
retrieving revision 1.209.2.1
retrieving revision 1.209.2.2
diff -u -d -r1.209.2.1 -r1.209.2.2
--- mal_interpreter.mx  8 Feb 2008 15:23:19 -0000       1.209.2.1
+++ mal_interpreter.mx  10 Feb 2008 06:06:45 -0000      1.209.2.2
@@ -1056,7 +1056,7 @@
        }
        /* Provide debugging support */
 #if @1
-       if( GDKdebug & 10 ){
+       if( GDKdebug & 10 && exceptionVar >= 0) {
                BAT *b;
                str oldmsg =0;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to