Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13124/sql/src/test/BugTracker/Tests

Modified Files:
      Tag: Aug2009
        cardinality_violation.SF-1240701.stable.err 
Log Message:

Since Fabian's checkin on 2009/07/01 (on the CVS HEAD before the Aug2009 branch 
was made),
sql_logdir & xquery_logdir are hard-wired inside the kernel,
and any attempts to change them via the .conf files or command line arguments 
are ignored.
Hence, we can also remove the respective command line options and
enviroment variables to not "pretend" those values could be changed.


U cardinality_violation.SF-1240701.stable.err
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.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- cardinality_violation.SF-1240701.stable.err 20 Jul 2009 17:21:48 -0000      
1.28
+++ cardinality_violation.SF-1240701.stable.err 13 Aug 2009 16:42:33 -0000      
1.28.2.1
@@ -82,7 +82,7 @@
 
 MAPI  = mone...@alf:37388
 QUERY = select * from env() as env where name = ( select 'prefix' from env() 
as env );
-ERROR = !SQLException:zero_or_one:cardinality violation (42>1)
+ERROR = !SQLException:zero_or_one:cardinality violation (40>1)
 MAPI  = mone...@alf:37388
 QUERY = select * from columns where name = (select columns.name from _tables, 
columns where _tables.id = columns.table_id);
 ERROR = !SQLException:zero_or_one:cardinality violation (164>1)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to