]> git.ipfire.org Git - thirdparty/pdns.git/commit
Removed the need for DUPSORT lmdb databases. Includes automatic database conversion 9389/head
authorRobin Geuze <robing@transip.nl>
Mon, 17 Aug 2020 15:00:50 +0000 (17:00 +0200)
committerRobin Geuze <robing@transip.nl>
Thu, 24 Sep 2020 09:01:22 +0000 (11:01 +0200)
commitfc2cacc8c654c8322636d28545b839c3353bee54
treeb00a2f90b7000444b7de2cd9703c3ed2fc41d916
parent4184dba06f5b9cfba4cc072bcd6463bcc2cb693e
Removed the need for DUPSORT lmdb databases. Includes automatic database conversion
20 files changed:
modules/lmdbbackend/generate-older-db-versions.sh [new file with mode: 0755]
modules/lmdbbackend/lmdbbackend.cc
modules/lmdbbackend/lmdbbackend.hh
modules/lmdbbackend/old-schema-versions [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb-0 [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb-0-lock [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb-1 [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb-1-lock [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v1-x86_64/pdns.lmdb-lock [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb-0 [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb-0-lock [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb-1 [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb-1-lock [new file with mode: 0644]
modules/lmdbbackend/test-assets/lmdb-v2-x86_64/pdns.lmdb-lock [new file with mode: 0644]
regression-tests.nobackend/README
regression-tests.nobackend/lmdb-schema-upgrade/command [new file with mode: 0755]
regression-tests.nobackend/lmdb-schema-upgrade/description [new file with mode: 0644]
regression-tests.nobackend/lmdb-schema-upgrade/expected_result [new file with mode: 0644]