Conversation
db3e839 to
5496b9b
Compare
9baf6b6 to
eae2d8e
Compare
eae2d8e to
c560b51
Compare
|
Hey @hyc 👋 I hope you're well. While implementing checksumming support into my LMDB wrapper, I realized that I probably didn't understand some of the details about the checksumming feature. I have a test that opens an LMDB environment from mdb.master3 and sets up checksumming by using So, I thought I needed to enable the encryption and checksumming features. I did that, and now LMDB is returning I am thinking about a bug on LMDB's side and will create a reproducer if you confirm that this looks like one or if I forgot something. You can read the test that is triggering the issue there. Have a nice day and end of the year, Howard ⛄ |
This PR introduces the support for checksumming the pages and data in LMDB. It takes most of the work from this other PR.