Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22178/src/test/BugTracker/Tests

Modified Files:
        cardinality_violation.SF-1240701.stable.err 
Log Message:
fixed test output

we use the inline and empty set optimizers again.

For the empty set optimzer we had to add some row counts for tables/columns
which are to be updated in the rest of the plan (ie also detect special
sql.append functions)



Index: cardinality_violation.SF-1240701.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/cardinality_violation.SF-1240701.stable.err,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cardinality_violation.SF-1240701.stable.err 22 Feb 2007 11:30:49 -0000      
1.12
+++ cardinality_violation.SF-1240701.stable.err 20 Mar 2007 18:29:08 -0000      
1.13
@@ -68,11 +68,11 @@
 # 23:24:25 >  Mtimeout -timeout 60 MapiClient -lsql -u monetdb -P monetdb 
--host=localhost --port=45948  < cardinality_violation.SF-1240701.sql
 # 23:24:25 >  
 
-MAPI  = [EMAIL PROTECTED]:32527
+MAPI  = [EMAIL PROTECTED]:39170
 QUERY = select * from env() as env where name = ( select 'prefix' from env() 
as env );
-ERROR = !ERROR: zero_or_one: cardinality violation (42>1)
+ERROR = !ERROR: zero_or_one: cardinality violation (43>1)
         !ERROR: zero_or_one: operation failed.
-MAPI  = [EMAIL PROTECTED]:32527
+MAPI  = [EMAIL PROTECTED]:39170
 QUERY = select * from columns where name = (select columns.name from _tables, 
columns where _tables.id = columns.table_id);
 ERROR = !ERROR: zero_or_one: cardinality violation (168>1)
         !ERROR: zero_or_one: operation failed.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to