Changeset: b87a2afe0185 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b87a2afe0185
Modified Files:
        monetdb5/modules/kernel/aggr_bge_count.mx
Branch: Apr2011
Log Message:

second fix of changeset c8779e98c5d8:
re-add "break" in correct location
that was remove from incorrect location


diffs (11 lines):

diff --git a/monetdb5/modules/kernel/aggr_bge_count.mx 
b/monetdb5/modules/kernel/aggr_bge_count.mx
--- a/monetdb5/modules/kernel/aggr_bge_count.mx
+++ b/monetdb5/modules/kernel/aggr_bge_count.mx
@@ -153,6 +153,7 @@
                @:aggrX3_count3_loop_body(@1,@2,@3,@4,@5,@6,@7,oid *h = (oid*) 
Tloc(g, w))@
                BATaccessEnd(g,USE_TAIL,MMAP_SEQUENTIAL);
        }
+       break;
 @c
 /*     aggrX3_count3_loop_body
        @8:     oid hh = (oid) (gt_offset + v); oid *h = &hh            g tail 
value calculation
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to