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

Modified Files:
      Tag: SQL_2-24
        union-SF.918078.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 union-SF.918078.stable.out
Index: union-SF.918078.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests/union-SF.918078.stable.out,v
retrieving revision 1.6
retrieving revision 1.6.14.1
diff -u -d -r1.6 -r1.6.14.1
--- union-SF.918078.stable.out  24 Oct 2006 16:02:41 -0000      1.6
+++ union-SF.918078.stable.out  1 Jul 2008 10:55:43 -0000       1.6.14.1
@@ -1,19 +1,22 @@
 stdout of test 'union-SF.918078` in directory 'src/test/BugDay_2005-10-06_2.8` 
itself:
 
 
-# 12:37:26 >  
-# 12:37:26 >  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.8" 
--dbinit="module(sql_server); sql_server_start();" ; echo ; echo Over..
-# 12:37:26 >  
-
-# 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:18 >  
+# 11:56:18 >   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.8" --set mal_listing=0 "--dbinit= 
include sql;" ; echo ; echo Over..
+# 11:56:18 >  
 
-printf("\nReady.\n");
+# MonetDB server v5.6.1, based on kernel v1.24.1
+# Serving database 'mTests_src_test_BugDay_2005-10-06_2.8'
+# 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..
 
@@ -21,7 +24,7 @@
 # 11:50:16 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=35781  < union-SF.918078.sql
 # 11:50:16 >  
 
-% sys. # table_name
+% sys.tmp # table_name
 % i # name
 % int # type
 % 1 # 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