Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3440

Modified Files:
      Tag: Nov2009
        ChangeLog.Nov2009 monetdb.c 
Log Message:
Changed wording of monetdb status -l for last crash to indicate the time 
reported  is not the crash time, but the time the server was started which 
eventually crashed, bug #2900355

Index: monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb.c,v
retrieving revision 1.65.2.8
retrieving revision 1.65.2.9
diff -u -d -r1.65.2.8 -r1.65.2.9
--- monetdb.c   7 Jan 2010 15:18:31 -0000       1.65.2.8
+++ monetdb.c   21 Jan 2010 11:48:21 -0000      1.65.2.9
@@ -464,7 +464,7 @@
                } else {
                        sprintf(up, "(unknown)");
                }
-               printf("  last crash: %s\n", up);
+               printf("  last start with crash: %s\n", up);
                if (uplog.laststart != -1) {
                        t = localtime(&uplog.laststart);
                        strftime(up, 32, "%Y-%m-%d %H:%M:%S", t);

Index: ChangeLog.Nov2009
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/ChangeLog.Nov2009,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- ChangeLog.Nov2009   13 Jan 2010 14:56:15 -0000      1.1.2.7
+++ ChangeLog.Nov2009   21 Jan 2010 11:48:21 -0000      1.1.2.8
@@ -1,6 +1,11 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
+  21 Jan 2010; Fabian Groffen <[email protected]> monetdb.c:
+  Changed wording of monetdb status -l for last crash to indicate the time
+  reported is not the crash time, but the time the server was started which
+  eventually crashed, bug #2900355
+
   13 Jan 2010; Fabian Groffen <[email protected]> merovingian.c:
   Strip trailing newlines from the control channel password, bug #2931392
 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to