> How does one tell if mysql is using BDB?  

SHOW TABLE STATUS;

Type = BerkeleyDB

http://www.mysql.com/doc///S/H/SHOW_TABLE_STATUS.html

Do I have to somehow specify BDB
> when creating a new database?  

CREATE TABLE [...] TYPE = BDB;

http://www.mysql.com/doc///C/R/CREATE_TABLE.html

I've installed BerkeleyDB and mysql, yet it
> doesn't look like it's using bdb.  Unable to rollback any insert's.

RTFM. =)

--jfarr



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to