vhbit / lmdb-rs

Rust bindings for LMDB
MIT License
114 stars 46 forks source link

Provide access to the `mdb_reader_check`. #8

Closed ArtemGr closed 9 years ago

ArtemGr commented 9 years ago

This method should be called periodically to ensure that the crashed readers are removed from the lock table. cf. the caveats at http://symas.com/mdb/doc/index.html

vhbit commented 9 years ago

Looks like it should be rebased.

ArtemGr commented 9 years ago

Ouch. I'll update to the fresh version sometime later then.

vhbit commented 9 years ago

Merged as 81204b8ca92b71bd8caf362b7caed24d4c3b1901

ArtemGr commented 9 years ago

Wow, how did you do that? Thanks.

vhbit commented 9 years ago

It's actually a way git is supposed to work :smile:, I've just checkouted your branch, edited, amended (it doesn't change author) and pushed to master. Github's Pull Requests are just a nice gui wrapper over it.