mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
Change me_nodemax to not count the mp_ptrs[] entry. That's mostly how it was used. Compare node sizes ">" me_nodemax instead of ">=". The ">=" was a workaround for confusing sizes with and without the mp_ptrs[] entry, but broke for nodes with size (old me_nodemax-1). Explicitly make me_nodemax even. An odd value could break the comparisons. It was even anyway because MDB_MINKEYS == 2. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CHANGES | ||
| COPYRIGHT | ||
| Doxyfile | ||
| LICENSE | ||
| lmdb.h | ||
| Makefile | ||
| mdb.c | ||
| mdb_copy.1 | ||
| mdb_copy.c | ||
| mdb_stat.1 | ||
| mdb_stat.c | ||
| midl.c | ||
| midl.h | ||
| mtest.c | ||
| mtest2.c | ||
| mtest3.c | ||
| mtest4.c | ||
| mtest5.c | ||
| mtest6.c | ||
| sample-bdb.c | ||
| sample-mdb.c | ||