A bug?How to fix it?
530864Aug 30 2006 — edited Aug 30 2006I made an application with Berkeley DB lib(4.4.20).I created a database
with DB_RECNUM flag. Which document said it would not support dup
items.It was ok because my application didn't need dup items.But when it ran a few days later,I foud some items with the
same key.Like below:
key data
1 data1
2 data2
2 data3
3 data4
May be the application was killed and restarted before it met the
mistake.But i am not sure. And it is hard to recur.Why it make not
identical with the document and how to fix it? Please help me!
Thanks