-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ForestDB to fix builder bug (#163)
- Loading branch information
1 parent
279647e
commit 05836d2
Showing
3 changed files
with
19 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FORESTDB_COMMIT="46b8aad1897cab70fe81fc10165139e6d6db30e0" | ||
FORESTDB_COMMIT="c2a0cf7e708e2a1fb883bca1f2f3d6c3c648812e" |
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 forestdb
updated
3 files
+42 −22 | src/forestdb.cc | |
+21 −12 | src/internal_types.h | |
+15 −0 | tests/functional/fdb_functional_test.cc |