[exim-dev] [Bug 1856] New lookup: lmdb

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1856] New lookup: lmdb
https://bugs.exim.org/show_bug.cgi?id=1856

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #4 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/5bde3efabfec675b323501cae5e3a99784afcc31

commit 5bde3efabfec675b323501cae5e3a99784afcc31
Author:     Andrew Colin Kissa <andrew@???>
AuthorDate: Sun Aug 14 13:45:08 2016 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sun Aug 14 13:45:40 2016 +0100


    lmdb: introduce as experimental.  bug 1856
----
 doc/doc-txt/NewStuff                  |   2 +
 doc/doc-txt/experimental-spec.txt     |  44 ++++++++++
 src/scripts/MakeLinks                 |   2 +-
 src/scripts/lookups-Makefile          |   5 ++
 src/src/EDITME                        |   7 ++
 src/src/config.h.defaults             |   1 +
 src/src/drtables.c                    |   7 ++
 src/src/exim.c                        |   6 ++
 src/src/lookups/Makefile              |   2 +
 src/src/lookups/lmdb.c                | 160 ++++++++++++++++++++++++++++++++++
 test/aux-fixed/2800.lmdb-mkdb-dump.py |  15 ++++
 test/aux-fixed/2800.mdb               | Bin 0 -> 12288 bytes
 test/aux-fixed/2800.mdb.src           |   3 +
 test/confs/2800                       |   9 ++
 test/scripts/2800-lmdb/2800           |  11 +++
 test/scripts/2800-lmdb/REQUIRES       |   1 +
 test/stdout/2800                      |   9 ++
 17 files changed, 283 insertions(+), 1 deletion(-)


--
You are receiving this mail because:
You are on the CC list for the bug.