How does this checkin message cover the change made here? On 2007-10-12 19:40, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/tools In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9755/tools
Modified Files: mcheckpoint Log Message: Use a stricter runtime test to trap possible BAT bind mismatchs.
Index: mcheckpoint =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mcheckpoint,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mcheckpoint 9 Sep 2007 10:00:17 -0000 1.2 +++ mcheckpoint 12 Oct 2007 17:40:25 -0000 1.3 @@ -20,9 +20,8 @@ function usage() { echo "Usage: mcheckpoint [options] " - echo " --dbname=
" + echo " --database= " echo " --ascii= default no" - echo " --tool= default mapi" echo " --dir=<directory>" echo " --help" exit 0 @@ -99,8 +98,8 @@ die "--tool: '${1#--tool=}' not understood, use 'mapi' or 'jdbc'" esac ;; - --dbname=*) - DBNAME="${1#--dbname=}" + --database=*) + DBNAME="${1#--database=}" ;; --dir=*) CHKPNTDIR="${1#--dir=}" ------------------------------------------------------------------------- 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender