RE: Update: Status of MySQL 4.0/Innobase/trx & row level locks

2001-02-05 Thread Heikki Tuuri
Hi Robin! Innobase and Gemini are not linked, except that both will run under MySQL. MySQL already offers transaction support in the form of Berkeley DB tables. Berkeley DB has only page level locking, while Gemini and Innobase provide row level locks. In addition, Innobase has a consistent non-

RE: Update: Status of MySQL 4.0/Innobase/trx & row level locks

2001-02-05 Thread Robin Keech
ECTED] Subject: Update: Status of MySQL 4.0/Innobase/trx & row level locks Hi, readers of the mailing list! I promised to report to the mailing list how the interfacing of MySQL and Innobase engine progresses. Innobase will provide transactions, rollback, row level locking, and Oracle-

Update: Status of MySQL 4.0/Innobase/trx & row level locks

2001-02-02 Thread Heikki Tuuri
Hi, readers of the mailing list! I promised to report to the mailing list how the interfacing of MySQL and Innobase engine progresses. Innobase will provide transactions, rollback, row level locking, and Oracle-style non-locking consistent read to MySQL. It currently runs on Intel Linux and NT.