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

Modified Files:
      Tag: MonetDB_5-0
        mal_session.mx 
Log Message:
Solve the bug that you can not detect the end of a debugging session easily.


Index: mal_session.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_session.mx,v
retrieving revision 1.137
retrieving revision 1.137.2.1
diff -u -d -r1.137 -r1.137.2.1
--- mal_session.mx      2 Jun 2007 21:17:37 -0000       1.137
+++ mal_session.mx      16 Aug 2007 15:06:43 -0000      1.137.2.1
@@ -696,6 +696,8 @@
                prg->def->profiler= NULL;
        }
        prg->def->errors = 0;
+       if( c->itrace)
+               stream_printf(c->fdout,"mdb>#EOD\n");
        return msg;
 }
 


-------------------------------------------------------------------------
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