Update of /cvsroot/monetdb/sql/src/test/BugTracker-2010/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1562/test/BugTracker-2010/Tests

Modified Files:
        offset_limited_32bit.SF-2950579.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: offset_limited_32bit.SF-2950579.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- offset_limited_32bit.SF-2950579.stable.out  1 Mar 2010 09:06:10 -0000       
1.2
+++ offset_limited_32bit.SF-2950579.stable.out  14 Mar 2010 08:27:23 -0000      
1.3
@@ -27,17 +27,17 @@
 # 09:37:07 >  
 
 #SELECT * from tables OFFSET 2147483647; -- never finishes
-% .tables,     .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables # table_name
-% id,  name,   schema_id,      query,  type,   system, commit_action,  
temporary # name
-% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       tinyint # type
-% 1,   0,      1,      0,      1,      5,      1,      1 # length
+% .tables,     .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables,        .tables # table_name
+% id,  name,   schema_id,      query,  type,   system, commit_action,  
readonly,       temporary # name
+% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       boolean,        tinyint # type
+% 1,   0,      1,      0,      1,      5,      1,      5,      1 # length
 #SELECT * from tables OFFSET 2147483646; -- returns instantly
-% .tables,     .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables # table_name
-% id,  name,   schema_id,      query,  type,   system, commit_action,  
temporary # name
-% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       tinyint # type
-% 1,   0,      1,      0,      1,      5,      1,      1 # length
+% .tables,     .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables,        .tables # table_name
+% id,  name,   schema_id,      query,  type,   system, commit_action,  
readonly,       temporary # name
+% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       boolean,        tinyint # type
+% 1,   0,      1,      0,      1,      5,      1,      5,      1 # length
 
-# 09:37:07 >  
-# 09:37:07 >  Done.
-# 09:37:07 >  
+# 08:08:12 >  
+# 08:08:12 >  Done.
+# 08:08:12 >  
 


------------------------------------------------------------------------------
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