deephacks / lmdbjni

LMDB for Java
Apache License 2.0
204 stars 28 forks source link

Stat.getEntries is missing in 0.4.6 #65

Closed stefanwouldgo closed 8 years ago

stefanwouldgo commented 8 years ago

[error] /root/bge/src/main/scala/util/LmdbMap.scala:107: value getEntries is not a member of org.fusesource.lmdbjni.Stat [error] db.stat.getEntries.toInt

it works until 0.4.5, but breaks in 0.4.6

krisskross commented 8 years ago

Sorry this was changed in #50. Use the field ms_entries instead.

stefanwouldgo commented 8 years ago

Thank you.

krisskross commented 8 years ago

No problem. Sorry for the breakage.