Re: mysql transaction related question

2001-06-30 Thread Heikki Tuuri
Hi! MySQL provides three transaction-safe tables including Berkeley_DB, GEMINI and InnoDB Tables, I have some queries on them: 1. What are the differences between these three type of transaction-safe table types? BDB has only page level locks, InnoDB has row level locks and an Oracle- style

mysql transaction related question

2001-06-29 Thread Fai
MySQL provides three transaction-safe tables including Berkeley_DB, GEMINI and InnoDB Tables, I have some queries on them: 1. What are the differences between these three type of transaction-safe table types? 2. Which type should be used for the E-Commerce web site? 3. Is true that BDB is