Questions on BDB storage engine

2006-11-28 Thread Ross Vandegrift
Hello everyone, I have a few questions on the use of the BDB engine with MySQL. If I use the BDB storage engine for a table, is it safe for me to access the BerkeleyDB file while MySQL may possibly writing to it? The database commits are nothing more than simple inserts, updates, and deletes

BDB storage engine

2005-04-01 Thread Mister Jack
Hi, There is an extensive documentation for InnoDB, but I can't find any extensive for BDB (except http://dev.mysql.com/doc/mysql/en/bdb-storage-engine.html ). Can I change the isolation level in the same way than with InnoDB ? Can I also do SELECT FOR UPDATE ? thanks -- MySQL General Maili