Changeset: 62b34a9eb20b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=62b34a9eb20b Modified Files: monetdb5/modules/mal/pcre.c Branch: Oct2020 Log Message:
default esc = "" (ie no escape) diffs (21 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 @@ -1619,7 +1619,7 @@ pcre_clean( } static str -BATPCRElike3(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, const str *esc, const bit *isens, const bit *not) +BATPCRElike3(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, const str *esc, const bit *isens, const bit *not) { str msg = MAL_SUCCEED, input = NULL, pat = NULL; BAT *b = NULL, *pbn = NULL, *bn = NULL; @@ -1812,7 +1812,7 @@ BATPCREnotilike(Client cntxt, MalBlkPtr static str BATPCREnotilike2(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci) { - char *esc = "\\"; + char *esc = ""; bit yes = TRUE; return BATPCRElike3(cntxt, mb, stk, pci, &esc, &yes, &yes); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list