It works fine for all keys with size <= 10, but when I call get() with a key longer than 10 bytes, it doesn't find it, even if it's already in the database. When I call put() after that, it adds it to the DB another time, but with partially uninitialized data. (And yes, calling get() again after that does the same thing)
It works fine for all keys with size <= 10, but when I call get() with a key longer than 10 bytes, it doesn't find it, even if it's already in the database. When I call put() after that, it adds it to the DB another time, but with partially uninitialized data. (And yes, calling get() again after that does the same thing)