Skip to content

ITS#10233 Fix idl intersection

HAMANO Tsukasa requested to merge hamano/openldap:issue10233 into master

The mdb_idl_intersection() and wt_idl_intersection() functions derived from back-bdb return wrong results.

expect: [1, 3] ∩ [2] = []

actual: [1, 3] ∩ [2] = [2]

Merge request reports

Loading