On Tuesday 04 December 2001 12:00 pm, [EMAIL PROTECTED] wrote:
> The concept of a transaction is important to my app because the number of 
> queries and the number of tables 
> to be modified during a particular transaction is not easy to calculate. It 
is 
> obtained from the result of
> the queries to the myISAM tables. If for some reason, one query cannot be 
> fulfilled, all queries of the transaction
> are undone by calling ROLLBACK. The transaction model makes my app much 
> simlper and more flexible.

For transaction support, the recommended table handler is InnoDB. For BDB, 
though, we will fix all bug for which we have a test case. Please send a full 
test case including your tables to [EMAIL PROTECTED] If your tables are 
reasonably large, upload them to ftp://support.mysql.com/pub/mysql/secret.

We do, however, recommend that you switch to InnoDB since there is currently 
no active development on the BDB handler.

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
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