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

Modified Files:
        mal_debugger.mx 
Log Message:
Clients may disappear why in debugging mode.


Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- mal_debugger.mx     16 Aug 2007 07:00:44 -0000      1.202
+++ mal_debugger.mx     18 Aug 2007 14:50:22 -0000      1.203
@@ -866,6 +866,8 @@
                        b= (char*) (*cntxt->phase[MAL_SCENARIO_READER]) (cntxt);
                        if( b != 0)
                                break;
+                       if(cntxt->mode == FINISHING)
+                               break;
                } else {
                        /* switch to mdb streams */
                        r= readConsole(cntxt);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to