Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5366/src/test/BugDay_2005-10-06_2.9.3/Tests
Modified Files:
Tag: Feb2009
case.SF-929151.stable.out
multiple_select_on_view.SF-935639.stable.out
Log Message:
disabled mitosis (not ready for production/release)
fixed bugs
2585592 Serial with order by is not working properly
First order then project, added check for project with order)
2582389 subtraction between two columns
Disabled pushing sort down, this causes problems when the sorted
column is used in other selection/projection results)
2581617 cardinality of expression is wrong
When optimizing we sometimes have to fixup the cardinality of
expressions
2523442 IS NULL handled wrong in searched CASE
The case condition column needs its null's removed.
2513620 subquery returns a table crash
Properly detect unexpected table results in the selection
2499537 SQL: time to implement BINOP
Done
Optimizer now also pushes select under cross-product
fixed bug in alter add index
fixed bug in "OR" handling, with views. These require a distinct over
their "%TID%" columns. These TID columns are usualy not include in a
view, but when used now they are re-introduced.
U multiple_select_on_view.SF-935639.stable.out
Index: multiple_select_on_view.SF-935639.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/multiple_select_on_view.SF-935639.stable.out,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- multiple_select_on_view.SF-935639.stable.out 21 Dec 2008 19:38:22
-0000 1.7
+++ multiple_select_on_view.SF-935639.stable.out 11 Feb 2009 19:35:45
-0000 1.7.2.1
@@ -26,12 +26,12 @@
[ 1 ]
[ 1 ]
-% sys.c # table_name
+% sys.a # table_name
% L2 # name
% wrd # type
% 1 # length
[ 2 ]
-% sys.c # table_name
+% sys.a # table_name
% L3 # name
% wrd # type
% 1 # length
U case.SF-929151.stable.out
Index: case.SF-929151.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/case.SF-929151.stable.out,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -d -r1.5 -r1.5.8.1
--- case.SF-929151.stable.out 6 Nov 2007 15:45:08 -0000 1.5
+++ case.SF-929151.stable.out 11 Feb 2009 19:35:45 -0000 1.5.8.1
@@ -1,19 +1,23 @@
stdout of test 'case.SF-929151` in directory
'src/test/BugDay_2005-10-06_2.9.3` itself:
-# 12:39:11 >
-# 12:39:11 > 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_test_BugDay_2005-10-06_2.9.3"
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 12:39:11 >
-
-# 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.
+# 10:16:52 >
+# 10:16:52 > mserver5
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf" --debug=10
--set gdk_nr_threads=0 --set
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin"
--set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm"
--set "sql_logdir=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/sql_logs"
--set mapi_open=true --set xrpc_open=true --set mapi_port=33734 --set
xrpc_port=47492 --set
xrpc_docroot=/net/alf.ins.cwi.nl/export/scratch1/niels/rc/sql --set
monet_prompt= --trace "--dbname=mTests_src_test_BugDay_2005-10-06_2.9.3" --set
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 10:16:52 >
-printf("\nReady.\n");
+# MonetDB server v5.10.0, based on kernel v1.28.0
+# Serving database 'mTests_src_test_BugDay_2005-10-06_2.9.3', 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:33734/
+# MonetDB/SQL module v2.28.0 loaded
Ready.
-quit();
+#function user.main():void;
+# clients.quit();
+#end main;
Over..
@@ -27,7 +31,7 @@
[ 1 ]
[ 1 ]
% sys. # table_name
-% ifthenelse_=_i # name
+% ifthenelse_isnull_=_i # name
% char # type
% 0 # length
[ "base table" ]
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins