Thursday, July 5, 2018

[389-commits] [389-ds-base] branch 389-ds-base-1.3.8 updated (fea1488 -> d8d57c9)

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a change to branch 389-ds-base-1.3.8
in repository 389-ds-base.

from fea1488 Update Source0 URL in rpm/389-ds-base.spec.in
new f7a21ac Ticket 49372 - filter optimisation improvements for common queries
new d8d57c9 Ticket 49432 - filter optimise crash

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
Makefile.am | 1 +
dirsrvtests/tests/suites/filter/filter_logic.py | 29 ++-
.../suites/filter/rfc3673_all_oper_attrs_test.py | 7 +-
ldap/admin/src/scripts/ns-slapd-gdb.py | 70 +++++++
ldap/servers/slapd/back-ldbm/ldbm_modrdn.c | 7 +-
ldap/servers/slapd/back-ldbm/ldbm_search.c | 79 +++-----
ldap/servers/slapd/back-ldbm/proto-back-ldbm.h | 6 +-
ldap/servers/slapd/back-ldbm/vlv_srch.c | 23 +--
ldap/servers/slapd/dse.c | 7 +
ldap/servers/slapd/filter.c | 209 +++++++++++++++++----
ldap/servers/slapd/index_subsystem.c | 4 +
ldap/servers/slapd/slapi-private.h | 1 +
test/libslapd/filter/optimise.c | 83 ++++++++
test/libslapd/test.c | 1 +
test/test_slapd.h | 3 +
15 files changed, 408 insertions(+), 122 deletions(-)
create mode 100644 test/libslapd/filter/optimise.c

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/2XDSJGUTI2BAERWWW3IZCQMTQERZ7XZS/

No comments:

Post a Comment