Changeset: 4098d0425403 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4098d0425403
Modified Files:
        monetdb5/modules/mal/txtsim.c
Branch: default
Log Message:

Merge with Dec2023 branch.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/txtsim.c b/monetdb5/modules/mal/txtsim.c
--- a/monetdb5/modules/mal/txtsim.c
+++ b/monetdb5/modules/mal/txtsim.c
@@ -887,7 +887,7 @@ minjarowinklerjoin(BAT **r1, BAT **r2, B
        BUN n;
        struct canditer lci, rci;
        const char *lvals, *rvals, *lvars, *rvars;
-       int lwidth, rwidth, lb, ub, m = -1, *x_flags = NULL, *y_flags = NULL;
+       int lwidth, rwidth, lb = 0, ub = 0, m = -1, *x_flags = NULL, *y_flags = 
NULL;
        str_item *ssl = NULL, *ssr = NULL, shortest;
        str msg = MAL_SUCCEED;
        const bool sliding_window_allowed = threshold > (2.01 + 
JARO_WINKLER_PREFIX_LEN * JARO_WINKLER_SCALING_FACTOR) / 3.0;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to