Update of /cvsroot/monetdb/sql/src/test/Update_Delete_action
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18768/src/test/Update_Delete_action

Modified Files:
        run.all 
Log Message:
make sure we pass user and password to mclient, or it will start to ask for it

U run.all
Index: run.all
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Update_Delete_action/run.all,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- run.all     7 Jan 2009 14:19:30 -0000       1.5
+++ run.all     16 Sep 2009 12:41:40 -0000      1.6
@@ -19,8 +19,8 @@
 
 PWD=`pwd`
 echo $PWD
-SQL='mclient -p500000 -lsql -umonetdb -Pmonetdb'
-M5='mserver5 --dbname=demo --set mapi_port=50000 --dbinit="include sql;"'
+SQL='mclient -p$MAPIPORT -lsql -umonetdb -Pmonetdb'
+M5='mserver5 --dbname=demo --set mapi_port=$MAPIPORT --dbinit="include sql;"'
 if [ $# -eq 1 ]; then
        SQL=$1
 fi


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to