Changeset: 63b91008b844 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/63b91008b844
Modified Files:
        monetdb5/modules/atoms/str.c
Branch: sw_ew_c_sorting
Log Message:

Append the right string


diffs (20 lines):

diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atoms/str.c
--- a/monetdb5/modules/atoms/str.c
+++ b/monetdb5/modules/atoms/str.c
@@ -5815,7 +5815,7 @@ batstr_strlower(BAT *b)
                        BBPreclaim(bn);
                        return NULL;
                }
-               if (BUNappend(bn, vb, false) != GDK_SUCCEED) {
+               if (BUNappend(bn, vb_low, false) != GDK_SUCCEED) {
                        bat_iterator_end(&bi);
                        BBPreclaim(bn);
                        return NULL;
@@ -6223,7 +6223,6 @@ STRjoin(bat *rl_id, bat *rr_id, const ba
                struct canditer lci, rci;
                canditer_init(&lci, l, cl);
                canditer_init(&rci, r, cr);
-
                BUN lcnt = lci.ncand, rcnt = rci.ncand;
                BUN nl_cost = lci.ncand * rci.ncand,
                        sorted_cost =
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to