Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.9.3/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1170/src/test/BugDay_2005-11-09_2.9.3/Tests

Modified Files:
        alias_union_join.SF-1063089.stable.out 
        or_select.SF-1114540.stable.out 
        schema_change.SF-1026845.stable.out 
        union-duplicates.SF-1119186.stable.out 
Log Message:
be more safe with unions and outer joins (ie copy also the first part 
of the unions and joins, before any append)


U schema_change.SF-1026845.stable.out
Index: schema_change.SF-1026845.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.9.3/Tests/schema_change.SF-1026845.stable.out,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- schema_change.SF-1026845.stable.out 12 Dec 2008 22:28:26 -0000      1.9
+++ schema_change.SF-1026845.stable.out 30 Dec 2008 19:19:06 -0000      1.10
@@ -28,7 +28,7 @@
 # 11:50:50 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=35781  < schema_change.SF-1026845.sql
 # 11:50:50 >  
 
-% sys.t,       sys.s # table_name
+% .t,  sys.s # table_name
 % name,        name # name
 % varchar,     varchar # type
 % 7,   3 # length

U alias_union_join.SF-1063089.stable.out
Index: alias_union_join.SF-1063089.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.9.3/Tests/alias_union_join.SF-1063089.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- alias_union_join.SF-1063089.stable.out      24 Oct 2006 16:02:48 -0000      
1.3
+++ alias_union_join.SF-1063089.stable.out      30 Dec 2008 19:19:06 -0000      
1.4
@@ -1,19 +1,23 @@
 stdout of test 'alias_union_join.SF-1063089` in directory 
'src/test/BugDay_2005-11-09_2.9.3` itself:
 
 
-# 12:45:20 >  
-# 12:45:20 >  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-11-09_2.9.3" 
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 12:45:20 >  
-
-# 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.
+# 19:38:29 >  
+# 19:38:29 >   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=31946 --set 
xrpc_port=44499 --set monet_prompt= --trace  
"--dbname=mTests_src_test_BugDay_2005-11-09_2.9.3" --set mal_listing=0 
"--dbinit= include sql;" ; echo ; echo Over..
+# 19:38:29 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.9.0, based on kernel v1.27.0
+# Serving database 'mTests_src_test_BugDay_2005-11-09_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:31946/
+# MonetDB/SQL module v2.27.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -21,7 +25,7 @@
 # 11:50:52 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=35781  < alias_union_join.SF-1063089.sql
 # 11:50:52 >  
 
-% sys.locallinks,      sys.allentries # table_name
+% sys.locallinks,      .allentries # table_name
 % url, psize # name
 % varchar,     int # type
 % 0,   1 # length

U union-duplicates.SF-1119186.stable.out
Index: union-duplicates.SF-1119186.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.9.3/Tests/union-duplicates.SF-1119186.stable.out,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- union-duplicates.SF-1119186.stable.out      3 Jul 2008 04:41:44 -0000       
1.5
+++ union-duplicates.SF-1119186.stable.out      30 Dec 2008 19:19:06 -0000      
1.6
@@ -32,13 +32,13 @@
 % 1 # length
 [ 1    ]
 [ 6    ]
-% sys.aap1119186 # table_name
+% .aap1119186 # table_name
 % id # name
 % int # type
 % 1 # length
 [ 1    ]
 [ 6    ]
-% sys.aap1119186 # table_name
+% .aap1119186 # table_name
 % id # name
 % int # type
 % 1 # length

U or_select.SF-1114540.stable.out
Index: or_select.SF-1114540.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-11-09_2.9.3/Tests/or_select.SF-1114540.stable.out,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- or_select.SF-1114540.stable.out     24 Oct 2006 16:02:48 -0000      1.4
+++ or_select.SF-1114540.stable.out     30 Dec 2008 19:19:06 -0000      1.5
@@ -1,19 +1,23 @@
 stdout of test 'or_select.SF-1114540` in directory 
'src/test/BugDay_2005-11-09_2.9.3` itself:
 
 
-# 12:45:52 >  
-# 12:45:52 >  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-11-09_2.9.3" 
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 12:45:52 >  
-
-# 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.
+# 19:38:30 >  
+# 19:38:30 >   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=31946 --set 
xrpc_port=44499 --set monet_prompt= --trace  
"--dbname=mTests_src_test_BugDay_2005-11-09_2.9.3" --set mal_listing=0 
"--dbinit= include sql;" ; echo ; echo Over..
+# 19:38:30 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.9.0, based on kernel v1.27.0
+# Serving database 'mTests_src_test_BugDay_2005-11-09_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:31946/
+# MonetDB/SQL module v2.27.0 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -24,43 +28,43 @@
 [ 1    ]
 [ 1    ]
 [ 1    ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length
 [ 10   ]
 [ 11   ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length
 [ 10   ]
 [ 11   ]
 [ 12   ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length
 [ 10   ]
 [ 12   ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length
 [ 12   ]
 [ 10   ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length
 [ 11   ]
 [ 12   ]
 [ 10   ]
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 1 # length
-% sys.t1114540 # table_name
+% .t1114540 # table_name
 % id # name
 % int # type
 % 2 # length


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to