Reopen error in bdb 4.7 memory
Posted
by user207634
on Stack Overflow
See other posts from Stack Overflow
or by user207634
Published on 2010-03-15T03:51:31Z
Indexed on
2010/03/15
3:59 UTC
Read the original article
Hit count: 428
I create a memory pool with flag(DB_CREATE) after ope a Db_Env with flag(DB_CREATE | DB_INIT_MPOOL |DB_SYSTEM_MEM), when I run their program at first time, it's ok and create some db files such _db.001,_db.002,mpool, but after I close the program and run it again,their make a error said the system cannot find the specified file("Mpool: PANIC:No such file or directory"), if I delete all files in the memory pool folder and run it again it will be ok? How can I fix this problem?
© Stack Overflow or respective owner