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

Modified Files:
        null_as_string_output.stable.out 
Log Message:
introduced a avg-> sum/cnt optimize step.
Currently disabled for decimal input columns (the current *100/100 etc
stuff breaks it). This should also be moved to the optimizer, later.



U null_as_string_output.stable.out
Index: null_as_string_output.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/copy/Tests/null_as_string_output.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- null_as_string_output.stable.out    18 Feb 2008 10:52:14 -0000      1.1
+++ null_as_string_output.stable.out    13 Jan 2009 14:47:55 -0000      1.2
@@ -1,21 +1,23 @@
 stdout of test 'null_as_string_output` in directory 'src/test/copy` itself:
 
 
-# 18:52:46 >  
-# 18:52:46 >   Mserver 
"--config=/ufs/niels/scratch/monetdb/Linux-x86_64/etc/MonetDB.conf" --debug=10 
--set 
"monet_mod_path=/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB4:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB4/lib:/ufs/niels/scratch/monetdb/Linux-x86_64/lib/MonetDB4/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB4/dbfarm" 
--set 
"sql_logdir=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB4/sql_logs" 
--set 
"xquery_logdir=/ufs/niels/scratch/monetdb/Linux-x86_64/var/MonetDB4/xquery_logs"
 --set mapi_open=true --set xrpc_open=true --set mapi_port=33682 --set 
xrpc_port=46545 --set monet_prompt= --trace  "--dbname=mTests_src_test_copy" 
"--dbinit= module(sql_server);" ; echo ; echo Over..
-# 18:52:46 >  
-
-# MonetDB Server v4.23.0
-# based on GDK   v1.23.0
-# Copyright (c) 1993-2008, CWI. All rights reserved.
-# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs; dynamically 
linked.
-# Visit http://monetdb.cwi.nl/ for further information.
-# MonetDB/SQL module v2.23.0 loaded
+# 14:25:05 >  
+# 14:25: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=33219 --set 
xrpc_port=48519 --set monet_prompt= --trace  "--dbname=mTests_src_test_copy" 
--set mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 14:25:05 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.9.0, based on kernel v1.27.0
+# Serving database 'mTests_src_test_copy', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008- MonetDB B.V., all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:33219/
+# MonetDB/SQL module v2.27.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -24,6 +26,10 @@
 # 18:52:46 >  
 
 [ 4    ]
+% sys.null_as_string,  sys.null_as_string,     sys.null_as_string # table_name
+% i,   s,      d # name
+% int, clob,   decimal # type
+% 1,   4,      7 # length
 ,,
 ,"zero",0.00
 1,,1.00
@@ -31,6 +37,10 @@
 [ 4    ]
 [ 4    ]
 [ 4    ]
+% sys.null_as_string,  sys.null_as_string,     sys.null_as_string # table_name
+% i,   s,      d # name
+% int, clob,   decimal # type
+% 1,   4,      7 # length
 null,null,null
 null,"zero",0.00
 1,null,1.00
@@ -38,6 +48,10 @@
 [ 4    ]
 [ 4    ]
 [ 4    ]
+% sys.null_as_string,  sys.null_as_string,     sys.null_as_string # table_name
+% i,   s,      d # name
+% int, clob,   decimal # type
+% 1,   4,      7 # length
 \N,\N,\N
 \N,"zero",0.00
 1,\N,1.00


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to