:: DEVELOPER ZONE
The following list indicates restrictions that you must observe when
using BDB tables:
Each BDB table stores in the
.db file the path to the file as it was
created. This was done to be able to detect locks in a multi-user
environment that supports symlinks. However, the consequence is
that BDB table files cannot be moved from one
database directory to another.
When making backups of BDB tables, you must
either use mysqldump or else make a backup that
includes the files for each BDB table (the
.frm and .db files) as
well as the BDB log files. The
BDB storage engine stores unfinished
transactions in its log files and requires them to be present when
mysqld starts. The BDB logs
are the files in the data directory with names of the form
log.XXXXXXXXXX (ten digits).
If a column that allows NULL values has a unique
index, only a single NULL value is allowed. This
differs from other storage engines.
© 1995-2005 MySQL AB. All rights reserved.

User Comments
Warning: query failed: Unknown column 'user.firstname' in 'field list' in /data0/sites/live/web-main/lib/mysql-cxn.php on line 69
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data0/sites/live/web-main/lib/docbook.php on line 245
Add your own comment.