Update of /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16275/src/benchmarks/tpch/Tests
Modified Files:
01-22.stable.out 01.stable.out 18.stable.out
Log Message:
type system cleanup (was needed to better handle WRD)
U 18.stable.out
Index: 18.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests/18.stable.out,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- 18.stable.out 29 Jun 2007 11:28:53 -0000 1.10
+++ 18.stable.out 7 Sep 2008 20:31:28 -0000 1.11
@@ -1,19 +1,22 @@
stdout of test '18` in directory 'src/benchmarks/tpch` itself:
-# 12:34:56 >
-# 12:34:56 > Mtimeout -timeout 180 Mserver
"--config=/ufs/fabian/scratch/monetdb/current/program-x86_64/etc/MonetDB.conf"
--debug=10 --set
"monet_mod_path=/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/MonetDB:/ufs/fabian/scratch/monetdb/current/program-x86_64/lib/bin"
--set
"gdk_dbfarm=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/dbfarm"
--set
"sql_logdir=/ufs/fabian/scratch/monetdb/current/program-x86_64/var/MonetDB/log"
--set mapi_port=38933 --set sql_port=45579 --set xquery_port=52530 --set
monet_prompt= --trace "--dbname=mTests_src_benchmarks_tpch"
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 12:34:56 >
-
-# Monet Database Server V4.9.3
-# Copyright (c) 1993-2005, CWI. All rights reserved.
-# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically
linked.
-# Visit http://monetdb.cwi.nl/ for further information.
+# 21:08:05 >
+# 21:08:05 > mserver5
"--config=/ufs/niels/scratch/monetdb/Linux-x86_64/etc/monetdb5.conf" --debug=10
--set gdk_nr_threads=4 --set
"monet_mod_path=/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB5/bin"
--set "gdk_dbfarm=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/dbfarm"
--set
"sql_logdir=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=31756 --set
xrpc_port=46905 --set monet_prompt= --trace
"--dbname=mTests_src_benchmarks_tpch" --set mal_listing=0 "--dbinit= include
sql;" ; echo ; echo Over..
+# 21:08:05 >
-printf("\nReady.\n");
+# MonetDB server v5.7.0, based on kernel v1.25.0
+# Serving database 'mTests_src_benchmarks_tpch', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically
linked
+# Copyright (c) 1993-2008 CWI, all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:31756/
+# MonetDB/SQL module v2.25.0 loaded
Ready.
-quit();
+#function user.main():void;
+# clients.quit();
+#end main;
Over..
@@ -23,7 +26,7 @@
% sys.customer, sys.customer, sys.orders, sys.orders,
sys.orders, sys.lineitem # table_name
% c_name, c_custkey, o_orderkey, o_orderdate, o_totalprice,
sum_l_quantity # name
-% varchar, int, int, date, decimal, bigint # type
+% varchar, int, int, date, decimal, wrd # type
% 18, 3, 5, 10, 17, 3 # length
[ "Customer#000000667", 667, 29158, 1995-10-21, 439687.23,
305 ]
[ "Customer#000000178", 178, 6882, 1997-04-09, 422359.65,
303 ]
U 01-22.stable.out
Index: 01-22.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests/01-22.stable.out,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 01-22.stable.out 7 Sep 2008 14:27:53 -0000 1.12
+++ 01-22.stable.out 7 Sep 2008 20:31:25 -0000 1.13
@@ -31,7 +31,7 @@
% sys.lineitem, sys.lineitem, sys.lineitem, sys.lineitem, sys.,
sys., sys.lineitem, sys., sys., sys.lineitem # table_name
% l_returnflag, l_linestatus, sum_qty, sum_base_price,
sum_disc_price, sum_charge, avg_qty, avg_price, avg_disc,
count_order # name
-% varchar, varchar, bigint, decimal, decimal,
decimal, double, double, double, wrd # type
+% varchar, varchar, wrd, decimal, decimal,
decimal, double, double, double, wrd # type
% 1, 1, 6, 17, 21, 21, 22, 22, 22, 5 #
length
[ "A", "F", 380456, 532348211.65, 505822441.4861, 526165934.000839,
25.575154611454693, 35785.709306937351, 0.050081339069642378, 14876
]
[ "N", "F", 8971, 12384801.37, 11798257.2080, 12282485.056933,
25.778735632183906, 35588.509683908051, 0.047758620689655168, 348
]
@@ -1190,7 +1190,7 @@
% sys.customer, sys.customer, sys.orders, sys.orders,
sys.orders, sys.lineitem # table_name
% c_name, c_custkey, o_orderkey, o_orderdate, o_totalprice,
sum_l_quantity # name
-% varchar, int, int, date, decimal, bigint # type
+% varchar, int, int, date, decimal, wrd # type
% 18, 3, 5, 10, 17, 3 # length
[ "Customer#000000667", 667, 29158, 1995-10-21, 439687.23,
305 ]
[ "Customer#000000178", 178, 6882, 1997-04-09, 422359.65,
303 ]
U 01.stable.out
Index: 01.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests/01.stable.out,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 01.stable.out 7 Sep 2008 14:27:53 -0000 1.12
+++ 01.stable.out 7 Sep 2008 20:31:25 -0000 1.13
@@ -26,7 +26,7 @@
% sys.lineitem, sys.lineitem, sys.lineitem, sys.lineitem, sys.,
sys., sys.lineitem, sys., sys., sys.lineitem # table_name
% l_returnflag, l_linestatus, sum_qty, sum_base_price,
sum_disc_price, sum_charge, avg_qty, avg_price, avg_disc,
count_order # name
-% varchar, varchar, bigint, decimal, decimal,
decimal, double, double, double, wrd # type
+% varchar, varchar, wrd, decimal, decimal,
decimal, double, double, double, wrd # type
% 1, 1, 6, 17, 21, 21, 22, 22, 22, 5 #
length
[ "A", "F", 380456, 532348211.65, 505822441.4861, 526165934.000839,
25.575154611454693, 35785.709306937351, 0.050081339069642378, 14876
]
[ "N", "F", 8971, 12384801.37, 11798257.2080, 12282485.056933,
25.778735632183906, 35588.509683908051, 0.047758620689655168, 348
]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins