Update of /cvsroot/monetdb/sql/src/benchmarks/tpch
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19503/src/benchmarks/tpch

Modified Files:
        load.sh 
Log Message:
fixed load script (mclient options -u / -P are gone)

Fixes of bat* conversion functions, head of bats where missing.
In case the input isn't a void bat, we still create a void but map the
head back in using a view. 


Index: load.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/load.sh,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- load.sh     7 Jan 2009 14:19:28 -0000       1.35
+++ load.sh     30 Dec 2009 15:49:41 -0000      1.36
@@ -22,7 +22,7 @@
 PWD=`pwd`
 echo $PWD
 
-SQL='mclient -lsql -umonetdb -Pmonetdb'
+SQL='mclient -lsql'
 if [ $# -eq 1 ]; then
        SQL="$1"
 fi


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to