Changeset: 81d459a12ff8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=81d459a12ff8
Modified Files:
        monetdb5/mal/mal_debugger.c
Branch: default
Log Message:

fixed output of mal debugger, ie properly create the dense bat for the head 
oid's


diffs (12 lines):

diff --git a/monetdb5/mal/mal_debugger.c b/monetdb5/mal/mal_debugger.c
--- a/monetdb5/mal/mal_debugger.c
+++ b/monetdb5/mal/mal_debugger.c
@@ -104,7 +104,7 @@ printBATelm(stream *f, bat i, BUN cnt, B
                        if (bs[1] == NULL)
                                mnstr_printf(f, "Failed to take chunk\n");
                        else {
-                               bs[0] = BATdense(bs[1]->hseqbase, 0, 
BATcount(bs[1]));
+                               bs[0] = BATdense(0, bs[1]->hseqbase, 
BATcount(bs[1]));
                                if( bs[0] == NULL){
                                        mnstr_printf(f, "Failed to take chunk 
index\n");
                                } else {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to