Skip to content
  • Howard Chu's avatar
    Add MDB_RESERVE mode · 6e05ca17
    Howard Chu authored
    When putting a record, just make space for the data, don't copy it.
    (Not compatible with MDB_DUPSORT, since the actual data is needed
    to determine the insert location.)
    6e05ca17