Changeset: c3fda7365a01 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c3fda7365a01
Modified Files:
        monetdb5/modules/mal/pcre.c
Branch: string_imprints
Log Message:

Add a GDK env var to enable use of strimps


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -1873,7 +1873,7 @@ PCRElikeselect(bat *ret, const bat *bid,
        str msg = MAL_SUCCEED;
        char *ppat = NULL;
        bool use_re = false, use_strcmp = false, empty = false;
-       bool use_strimps = true;
+       bool use_strimps = GDKgetenv("gdk_use_strimps");
 
        if ((b = BATdescriptor(*bid)) == NULL) {
                msg = createException(MAL, "algebra.likeselect", 
SQLSTATE(HY002) RUNTIME_OBJECT_MISSING);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to