This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
forked from danburkert/lmdb-rs
-
Notifications
You must be signed in to change notification settings - Fork 38
Fix support for larger than 2 GB databases on Windows #24
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d51b3c8
Add test to verify that the file is allocated sparsly.
repi bca6f3e
Update to latest master version of LMDB (2018-09-19).
repi c5abf05
Switch to use our lmdb-sys from this repo instead of creates.io version
repi 738bc40
Add test to verify that one can create DB larger than 2 GB.
repi 5ad7962
Fix support for larger than 2 GB databases on Windows.
repi 0d9c604
Upgrade lmdb to latest from mdb.master
repi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lmdb
updated
27 files
+0 −228 | libraries/liblmdb/CHANGES | |
+1 −1 | libraries/liblmdb/COPYRIGHT | |
+6 −5 | libraries/liblmdb/Makefile | |
+1 −1 | libraries/liblmdb/intro.doc | |
+71 −22 | libraries/liblmdb/lmdb.h | |
+1,261 −319 | libraries/liblmdb/mdb.c | |
+8 −2 | libraries/liblmdb/mdb_copy.1 | |
+4 −2 | libraries/liblmdb/mdb_copy.c | |
+40 −0 | libraries/liblmdb/mdb_drop.1 | |
+135 −0 | libraries/liblmdb/mdb_drop.c | |
+7 −1 | libraries/liblmdb/mdb_dump.1 | |
+8 −8 | libraries/liblmdb/mdb_dump.c | |
+8 −1 | libraries/liblmdb/mdb_load.1 | |
+64 −29 | libraries/liblmdb/mdb_load.c | |
+8 −2 | libraries/liblmdb/mdb_stat.1 | |
+22 −21 | libraries/liblmdb/mdb_stat.c | |
+64 −2 | libraries/liblmdb/midl.c | |
+18 −4 | libraries/liblmdb/midl.h | |
+1 −1 | libraries/liblmdb/mtest.c | |
+1 −1 | libraries/liblmdb/mtest2.c | |
+1 −1 | libraries/liblmdb/mtest3.c | |
+1 −1 | libraries/liblmdb/mtest4.c | |
+1 −1 | libraries/liblmdb/mtest5.c | |
+1 −1 | libraries/liblmdb/mtest6.c | |
+1 −1 | libraries/liblmdb/sample-bdb.txt | |
+1 −1 | libraries/liblmdb/sample-mdb.txt | |
+5 −0 | libraries/liblmdb/tooltag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL returns a 404 NOT FOUND error. It looks like the correct URL is https://www.openldap.org/lists/openldap-bugs/201605/msg00015.html (with the trailing "l"; perhaps due to a recent reconfiguration of the server?).