Skip to content
  • Howard Chu's avatar
    Fix obscure MDB_MULTIPLE bug · 5a5d33ff
    Howard Chu authored
    If a key has a single existing value, and then a put (MDB_MULTIPLE)
    is done where the first of the multiple values matches the existing
    value, the put would return SUCCESS without writing any of the
    values. Fixed to loop to the next value as intended.
    5a5d33ff