Changeset: 72afeefa483d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72afeefa483d
Modified Files:
        monetdb5/mal/mal_interpreter.mx
Branch: default
Log Message:

Revert a minor change
The admission control scheme requires a more indepth
study to improve it.


diffs (15 lines):

diff --git a/monetdb5/mal/mal_interpreter.mx b/monetdb5/mal/mal_interpreter.mx
--- a/monetdb5/mal/mal_interpreter.mx
+++ b/monetdb5/mal/mal_interpreter.mx
@@ -680,10 +680,7 @@
                total += 4 * BATcount(b) ;
                total = total >(lng) (MEMORY_THRESHOLD * monet_memory)? (lng) 
(MEMORY_THRESHOLD * monet_memory):total;
        }
-       h = b->batCacheid;
-       if ( isVIEW(b))
-               h= VIEWtparent(b);
-       BBPunfix( b->batCacheid);
+       BBPunfix( h = b->batCacheid);
 }
 @c
 void
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to