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

Search in correct column.


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
@@ -1355,7 +1355,7 @@ printBatProperties(stream *f, VarPtr n, 
                                        BBPunfix(b[1]->batCacheid);
                                return;
                        }
-                       p = BUNfnd(BATmirror(b[0]), props);
+                       p = BUNfnd(b[0], props);
                        if (p != BUN_NONE) {
                                BATiter bi = bat_iterator(b[1]);
                                mnstr_printf(f, " %s\n", (str) BUNtail(bi, p));
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to