Changeset: 200d18f68c7f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=200d18f68c7f
Modified Files:
        monetdb5/mal/Tests/recycle07.mal
        monetdb5/mal/Tests/recycle13.mal
Branch: headless
Log Message:

minor patch


diffs (24 lines):

diff --git a/monetdb5/mal/Tests/recycle07.mal b/monetdb5/mal/Tests/recycle07.mal
--- a/monetdb5/mal/Tests/recycle07.mal
+++ b/monetdb5/mal/Tests/recycle07.mal
@@ -26,6 +26,6 @@
 qry(100,250);
 qry(700,710);
 recycle.dump();
-# The next query should evict the cheapest, although more recently used markT 
leaf ( #4)
+# The next query should evict the cheapest
 qry(400,700);
 recycle.dump();
diff --git a/monetdb5/mal/Tests/recycle13.mal b/monetdb5/mal/Tests/recycle13.mal
--- a/monetdb5/mal/Tests/recycle13.mal
+++ b/monetdb5/mal/Tests/recycle13.mal
@@ -21,8 +21,7 @@
 function qry(low:int, hgh:int);
     b:= user.bind("schema","table","column",0);
     s1:= algebra.select(b,low,hgh);
-    m0:= algebra.markT(s1, 0@0);
-    (ja,j):= algebra.join(m0,s1);
+    j:= algebra.semijoin(b,s1);
 end qry;
                         
 #inter-query commonality
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to