diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-21 13:21:33 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-21 13:21:33 -0600 |
commit | d2173f5f0ecbf4ed93c768e975435b04df3186ec (patch) | |
tree | ae6279c471e965b1ad14ac68a5621de00aad22b4 /NOTES | |
parent | Merge pull request #68 from benbjohnson/remove-db-functions (diff) | |
download | dedo-d2173f5f0ecbf4ed93c768e975435b04df3186ec.tar.gz dedo-d2173f5f0ecbf4ed93c768e975435b04df3186ec.tar.xz |
Fix db.munmap() to return an error.
Changes munmap to return an error and the DB now implements io.Closer.
I also removed all the OS and Syscall mocking because it's causing issues.
Corrupt file tests need to be recreated but directly using the file system
instead.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1,17 +0,0 @@ - - - ===0=== - | d|g | - |1|2|3| - ======= - | | | - ------ | ------- - | | | -===1=== ===2=== ===3=== -|a|b|c| |d|e|f| |g|h|i| -|-|-|-| |-|-|-| |-|-|-| -|*|*|*| |*|*|*| |*|*|*| -|*|*|*| |*|*|*| |*|*|*| -|*|*|*| |*|*|*| |*|*|*| - - |