Changeset: 1f71b4eeea7b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f71b4eeea7b
Modified Files:
        monetdb5/modules/mal/orderidx.c
Branch: leftmart
Log Message:

slice boundaries definition has changed


diffs (20 lines):

diff --git a/monetdb5/modules/mal/orderidx.c b/monetdb5/modules/mal/orderidx.c
--- a/monetdb5/modules/mal/orderidx.c
+++ b/monetdb5/modules/mal/orderidx.c
@@ -93,6 +93,7 @@ OIDXcreateImplementation(Client cntxt, i
                        o += step;
                }
                q = pushOid(smb, q, o);
+               o += 1;
        }
        for (i=0; i< pieces; i++) {
                /* add sort instruction */
@@ -166,7 +167,7 @@ OIDXgetorderidx(Client cntxt, MalBlkPtr 
 
        b = BATdescriptor(bid);
        if (b == NULL)
-               throw(MAL, "bat.getorder", RUNTIME_OBJECT_MISSING);
+               throw(MAL, "bat.getorderidx", RUNTIME_OBJECT_MISSING);
 
        *ret = b->torderidx.o;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to