bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
158 stars 59 forks source link

Upgrade lmdb v0.9.24 #132

Open kevburnsjr opened 4 years ago

kevburnsjr commented 4 years ago

Fixes a known bug in lmdb that causes crash following cursor delete of dupsort keys. See #131

> go test
2020/02/08 01:13:36 this is just a test
PASS
ok      github.com/bmatsuo/lmdb-go/lmdb 1.899s

Incidentally fixes #126

kevburnsjr commented 4 years ago

@bmatsuo Any chance of getting this merged?