Changeset: 18f8adf45014 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18f8adf45014
Modified Files:
        monetdb5/modules/mosaic/mosaic_projection_template.h
Branch: mosaic
Log Message:

Fix a small bug in projection loop.


diffs (20 lines):

diff --git a/monetdb5/modules/mosaic/mosaic_projection_template.h 
b/monetdb5/modules/mosaic/mosaic_projection_template.h
--- a/monetdb5/modules/mosaic/mosaic_projection_template.h
+++ b/monetdb5/modules/mosaic/mosaic_projection_template.h
@@ -29,8 +29,6 @@ MOSprojection_SIGNATURE(NAME, TPE)
 
        ASSERT_ALIGNMENT_BLOCK_HEADER(task->blk, NAME, TPE);
 
-       TPE* bt= (TPE*) task->src;
-
        /* Advance the candidate iterator to the first element within
         * the oid range of the current block.
         */
@@ -52,7 +50,6 @@ MOSprojection_SIGNATURE(NAME, TPE)
        else {
                PROJECTION_LOOP(canditer_next);
        }
-       task->src = (char*) bt;
 
        if ((c = canditer_peekprev(task->ci)) >= last) {
                /*Restore iterator if it went pass the end*/
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to