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

Modified Files:
      Tag: Nov2009
        run.all 
Log Message:
new optimizer to fix (performance) bug. We should always start grouping with
a sorted column (if its part of a group by list).


Index: run.all
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Skyserver/run.all,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -d -r1.12 -r1.12.6.1
--- run.all     9 Mar 2009 20:38:07 -0000       1.12
+++ run.all     20 Nov 2009 13:06:36 -0000      1.12.6.1
@@ -18,8 +18,8 @@
 # All Rights Reserved.
 
 PWD=`pwd`
-SQL='mclient -lsql -umonetdb -Pmonetdb'
-SQL1='mclient -lsql -uskyserver -Pskyserver'
+SQL='mclient -lsql'
+SQL1='mclient -lsql'
 if [ $# -eq 1 ]; then
        SQL=$1
 fi
@@ -28,8 +28,8 @@
 
 #Bulk-Load into SQL server...
 
-echo Create User
-$SQL < create_user.sql
+#echo Create User
+#$SQL < create_user.sql
 
 echo tables
 $SQL1 < Skyserver_tables.sql


------------------------------------------------------------------------------
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

Reply via email to