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.  The access to the BDB file would be strictly read-only.
There are no transactions anywhere.

Is it possible replicate a table that is using the BDB engine?

Many thanks in advance!

-- 
Ross Vandegrift
[EMAIL PROTECTED]

The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell.
--St. Augustine, De Genesi ad Litteram, Book II, xviii, 37

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]