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

Modified Files:
        merovingian.mx monetdb.mx 
Log Message:
Fix crash averages and last crash date in the case of a running server

Index: merovingian.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/merovingian.mx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- merovingian.mx      17 Aug 2007 17:28:05 -0000      1.28
+++ merovingian.mx      24 Aug 2007 10:40:44 -0000      1.29
@@ -386,7 +386,7 @@
         * one here. */
 
        /* retrieve uplog information to print a short conclusion */
-       er = SABAOTHgetUplogInfo(&info, database);
+       er = SABAOTHgetUplogInfo(&info, *stats);
        if (er != MAL_SUCCEED) {
                err e = newErr("could not retrieve uplog information: %s", er);
                GDKfree(er);

Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/monetdb.mx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- monetdb.mx  20 Aug 2007 10:40:40 -0000      1.8
+++ monetdb.mx  24 Aug 2007 10:40:45 -0000      1.9
@@ -134,7 +134,7 @@
        sabuplog uplog;
        str e;
 
-       if ((e = SABAOTHgetUplogInfo(&uplog, stats->dbname)) != MAL_SUCCEED) {
+       if ((e = SABAOTHgetUplogInfo(&uplog, stats)) != MAL_SUCCEED) {
                fprintf(stderr, "status: internal error: %s\n", e);
                GDKfree(e);
                return;


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