Changeset: 7b44288594ce for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7b44288594ce
Modified Files:
monetdb5/modules/atoms/str.c
Branch: Aug2024
Log Message:
Set tseqbase to correct value.
diffs (12 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
@@ -1944,7 +1944,7 @@ STRselect(MalStkPtr stk, InstrPtr pci,
bn->tnonil = true;
bn->tseqbase = rcnt == 0 ?
0 : rcnt == 1 ?
- *(const oid *) Tloc(bn, 0) : rcnt == ci.ncand
&& ci.tpe == cand_dense ? ci.hseq : oid_nil;
+ *(const oid *) Tloc(bn, 0) : rcnt == ci.ncand
&& ci.tpe == cand_dense ? ci.seq : oid_nil;
if (with_strimps_anti) {
BAT *rev;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]