Update of /cvsroot/monetdb/MonetDB5/src/optimizer/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1217/Tests

Modified Files:
        All 
Added Files:
        garbage.mal 
Log Message:
mergetable - reshuffle code to prepare for next experiment
garbageCollector - ignore variables marked explicitly to 'keep'


--- NEW FILE: garbage.mal ---
function tst();
  b:= bat.new(:int,:int);
  c{keep}:= bat.new(:int,:int);
  io.print(b);
end tst;
optimizer.garbageCollector("user","tst");
mdb.list("user","tst");

Index: All
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/All,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- All 20 May 2007 07:51:30 -0000      1.53
+++ All 21 Aug 2007 10:41:41 -0000      1.54
@@ -82,3 +82,5 @@
 PHexample
 SRexample
 STexample
+
+garbage


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to