Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2783/src/gdk

Modified Files:
        gdk_setop.mx 
Log Message:
removed debug condition 


Index: gdk_setop.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_setop.mx,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- gdk_setop.mx        11 Dec 2007 17:39:28 -0000      1.58
+++ gdk_setop.mx        11 Dec 2007 19:03:36 -0000      1.59
@@ -663,7 +663,7 @@
        if (BAThdense(l)) {
                @:hashcheck(@1,pos,@2,[EMAIL PROTECTED],@5,TRUE)@
        } else if (hash) {
-               if (BATcount(r) < DIRECT_MAX && (GDKdebug&65536)) {
+               if (BATcount(r) < DIRECT_MAX) {
                        @:directcheck(@1,@2,@2,@3,@5,@4,@6)@
                } else {
                        @:hashcheck(@1,@2,@2,[EMAIL PROTECTED],@5,@4)@


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to