Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4388/test/BugDay_2005-10-06_2.9.3/Tests

Modified Files:
      Tag: SQL_2-24
        cross_product.SF-1122802.stable.out 
        multiple_select_on_view.SF-935639.stable.out 
        slow_counting_1.SF-923709.stable.out 
        slow_counting_2.SF-923709.stable.out 
Log Message:
Approve the new output due the following fix:

Log Message:
The table name was missing on the query output:
% sky. # table_name

Now it is like this:
% sky.rc3 # table_name

Solution is to look into the base column...
/* there are no table aliases, ie look into the base column */



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.3
retrieving revision 1.3.14.1
diff -u -d -r1.3 -r1.3.14.1
--- multiple_select_on_view.SF-935639.stable.out        24 Oct 2006 16:02:44 
-0000      1.3
+++ multiple_select_on_view.SF-935639.stable.out        1 Jul 2008 10:55:44 
-0000       1.3.14.1
@@ -1,19 +1,22 @@
 stdout of test 'multiple_select_on_view.SF-935639` in directory 
'src/test/BugDay_2005-10-06_2.9.3` itself:
 
 
-# 12:40:37 >  
-# 12:40:37 >  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:40:37 >  
-
-# 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.
+# 11:56:24 >  
+# 11:56:24 >   mserver5 
"--config=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf"
 --debug=10 --set 
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5/bin"
 --set 
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//var/MonetDB5/dbfarm"
 --set 
"sql_logdir=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//var/MonetDB5/sql_logs"
  --set mapi_open=true --set xrpc_open=true --set mapi_port=30364 --set 
xrpc_port=49769 --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..
+# 11:56:24 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.6.1, based on kernel v1.24.1
+# Serving database 'mTests_src_test_BugDay_2005-10-06_2.9.3'
+# 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://alviss.ins.cwi.nl:30364/
+# MonetDB/SQL module v2.24.1 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -23,12 +26,12 @@
 
 [ 1    ]
 [ 1    ]
-% sys. # table_name
+% sys.c # table_name
 % count_ # name
 % int # type
 % 1 # length
 [ 2    ]
-% sys. # table_name
+% sys.c # table_name
 % count_ # name
 % int # type
 % 1 # length

U slow_counting_1.SF-923709.stable.out
Index: slow_counting_1.SF-923709.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/slow_counting_1.SF-923709.stable.out,v
retrieving revision 1.3
retrieving revision 1.3.10.1
diff -u -d -r1.3 -r1.3.10.1
--- slow_counting_1.SF-923709.stable.out        28 Apr 2007 19:11:36 -0000      
1.3
+++ slow_counting_1.SF-923709.stable.out        1 Jul 2008 10:55:45 -0000       
1.3.10.1
@@ -42,7 +42,7 @@
 % int # type
 % 1 # length
 [ 0    ]
-% sys. # table_name
+% sys.slow_count # table_name
 % count_ # name
 % int # type
 % 6 # length

U cross_product.SF-1122802.stable.out
Index: cross_product.SF-1122802.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/cross_product.SF-1122802.stable.out,v
retrieving revision 1.3
retrieving revision 1.3.14.1
diff -u -d -r1.3 -r1.3.14.1
--- cross_product.SF-1122802.stable.out 24 Oct 2006 16:02:42 -0000      1.3
+++ cross_product.SF-1122802.stable.out 1 Jul 2008 10:55:44 -0000       1.3.14.1
@@ -1,19 +1,22 @@
 stdout of test 'cross_product.SF-1122802` in directory 
'src/test/BugDay_2005-10-06_2.9.3` itself:
 
 
-# 12:43:08 >  
-# 12:43:08 >  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:43:08 >  
-
-# 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.
+# 11:56:27 >  
+# 11:56:27 >   mserver5 
"--config=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5/etc/monetdb5.conf"
 --debug=10 --set 
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//lib/MonetDB5/bin"
 --set 
"gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//var/MonetDB5/dbfarm"
 --set 
"sql_logdir=/ufs/goncalve/scratch/MonetDB/stable/debug/MonetDB5//var/MonetDB5/sql_logs"
  --set mapi_open=true --set xrpc_open=true --set mapi_port=30364 --set 
xrpc_port=49769 --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..
+# 11:56:27 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.6.1, based on kernel v1.24.1
+# Serving database 'mTests_src_test_BugDay_2005-10-06_2.9.3'
+# 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://alviss.ins.cwi.nl:30364/
+# MonetDB/SQL module v2.24.1 loaded
 
 Ready.
-quit();
+#function user.main():void;
+#    clients.quit();
+#end main;
 
 Over..
 
@@ -23,17 +26,17 @@
 
 [ 20   ]
 [ 20   ]
-% sys. # table_name
+% sys.t1 # table_name
 % count_ # name
 % int # type
 % 2 # length
 [ 20   ]
-% sys. # table_name
+% sys.t2 # table_name
 % count_ # name
 % int # type
 % 2 # length
 [ 20   ]
-% sys. # table_name
+% sys.t2 # table_name
 % count_ # name
 % int # type
 % 3 # length

U slow_counting_2.SF-923709.stable.out
Index: slow_counting_2.SF-923709.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/slow_counting_2.SF-923709.stable.out,v
retrieving revision 1.3
retrieving revision 1.3.10.1
diff -u -d -r1.3 -r1.3.10.1
--- slow_counting_2.SF-923709.stable.out        28 Apr 2007 19:11:37 -0000      
1.3
+++ slow_counting_2.SF-923709.stable.out        1 Jul 2008 10:55:45 -0000       
1.3.10.1
@@ -19,7 +19,7 @@
 # 19:06:11 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=37689  < slow_counting_2.SF-923709.sql
 # 19:06:11 >  
 
-% sys. # table_name
+% sys.slow_count # table_name
 % count_ # name
 % int # type
 % 6 # length


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to