Changeset: 1dd8ad2e12cf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1dd8ad2e12cf Branch: default Log Message:
Merge with Jan2022 branch. diffs (26 lines): diff --git a/sql/backends/monet5/dict.c b/sql/backends/monet5/dict.c --- a/sql/backends/monet5/dict.c +++ b/sql/backends/monet5/dict.c @@ -705,9 +705,7 @@ DICTthetaselect(Client cntxt, MalBlkPtr v = *(ptr*)v; if (op[0] == '=' || op[0] == '!') { p = BUNfnd(lv, v); - } else if (op[0] == '<') { - p = SORTfndfirst(lv, v); - } else if (op[0] == '>') { + } else if (op[0] == '<' || op[0] == '>') { p = SORTfndfirst(lv, v); } if (p != BUN_NONE) { diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -3439,7 +3439,7 @@ def main(argv) : nomito = opts.nomito global restart restart = opts.restart - if testweb or int(MonetDB_VERSION[1])%2 == 0 or opts.alltests or CONDITIONALS['MERCURIAL']: + if int(MonetDB_VERSION[1])%2 == 0 or opts.alltests: CONDITIONALS['KNOWNFAIL'] = 'execute' par['TIMEOUT'] = opts.timeout env['GDK_DEBUG'] = str(opts.debug) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list