]> git.ipfire.org Git - thirdparty/openldap.git/commit
Divide page flags in P_ADM_FLAGS and the rest
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 25 Jul 2017 19:27:36 +0000 (21:27 +0200)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 11:58:38 +0000 (12:58 +0100)
commit0a99df54afed3caedbc18668e2e534a1c20d1ac8
tree50af164aa2c5e248537266f522a0219fc3cc76ef
parent3b55853fe0563bf1f49c84bf1a49e6b324472d5f
Divide page flags in P_ADM_FLAGS and the rest

P_ADM_FLAGS flags are tied to the page, even through page_loose-alloc.
OTOH mdb_page_split() should only duplicate the relevant flags.

This is just the code for the feature, P_ADM_FLAGS is 0 for now.
We'll need it for P_HIDESPILL later.
libraries/liblmdb/mdb.c