Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1562/test/BugDay_2005-12-19_2.9.3/Tests

Modified Files:
        select_from_env.SF-1240701.1242164.stable.err 
        select_from_env.SF-1240701.1242164.stable.out 
Log Message:
The garbage collection administration has been changed. Every variable record
now comes with an end-of-life field (eolife), which denotes the instruction 
whereafter
the BAT variable reference counter can be decremented. The garbage collector is
never called automagically on MAL functions, because there may be other
pressing needs to retain them. This means that MAL functions defined and
used in the context of SQL, and which are not inlined, may cause a leakage.
The garbage collection has become part of each interpreter step.
The new approach makes the SQL/MAL plans half te size as before.


Index: select_from_env.SF-1240701.1242164.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests/select_from_env.SF-1240701.1242164.stable.out,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- select_from_env.SF-1240701.1242164.stable.out       21 Feb 2010 12:06:21 
-0000      1.37
+++ select_from_env.SF-1240701.1242164.stable.out       14 Mar 2010 08:27:22 
-0000      1.38
@@ -78,6 +78,7 @@
 [ "datacyclotron_pipe" ]
 [ "derive_pipe"        ]
 [ "dictionary_pipe"    ]
+[ "compression_pipe"   ]
 [ "gdk_mem_pagebits"   ]
 [ "gdk_mem_bigsize"    ]
 [ "monet_pid"  ]

Index: select_from_env.SF-1240701.1242164.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests/select_from_env.SF-1240701.1242164.stable.err,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- select_from_env.SF-1240701.1242164.stable.err       21 Dec 2009 11:04:46 
-0000      1.30
+++ select_from_env.SF-1240701.1242164.stable.err       14 Mar 2010 08:27:21 
-0000      1.31
@@ -68,9 +68,9 @@
 # 22:29:10 >  mclient -lsql -i -umonetdb -Pmonetdb --host=pegasus --port=30332 
 # 22:29:10 >  
 
-MAPI  = mone...@localhost:38870
+MAPI  = mone...@eir:32276
 QUERY = select * from env() as env where name = ( select 'prefix' from env() 
as env );
-ERROR = !SQLException:zero_or_one:cardinality violation (53>1)
+
 
 # 13:22:15 >  
 # 13:22:15 >  Done.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to