Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32744
Modified Files:
monetdb.c
Log Message:
don't print usage message when the database is still running
U monetdb.c
Index: monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- monetdb.c 17 Jul 2009 08:06:57 -0000 1.26
+++ monetdb.c 31 Jul 2009 11:15:31 -0000 1.27
@@ -1515,6 +1515,7 @@
"stop database first\n",
dbname);
SABAOTHfreeStatus(&stats);
state |= 1;
+ hadwork = 1;
continue;
}
if (stats->locked == 1) {
@@ -1522,6 +1523,7 @@
", release database first\n",
dbname);
SABAOTHfreeStatus(&stats);
state |= 1;
+ hadwork = 1;
continue;
}
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins