Re: MySQL/InnoDB-4.1.10 is released

2005-02-15 Thread Heikki Tuuri
Asad, InnoDB type tables have enforced FOREIGN KEY constraints since 2001. Unfortunately, none of the table types of MySQL yet supports CHECK constraints. Best regards, Heikki . List: mysql Subject:Re: MySQL/InnoDB-4.1.10 is released From: Asad Habib Date

Re: MySQL/InnoDB-4.1.10 is released

2005-02-15 Thread Asad Habib
Are foreign key and other constraints enforced by the db server in this version or is this something that the programmer has to ensure via application logic? - Asad On Tue, 15 Feb 2005, Heikki Tuuri wrote: > Hi! > > InnoDB is the MySQL table type that supports foreign keys, transactions, > non-

MySQL/InnoDB-4.1.10 is released

2005-02-15 Thread Heikki Tuuri
Hi! InnoDB is the MySQL table type that supports foreign keys, transactions, non-escalating row-level locking, all SQL-92 transaction isolation levels, multiversion concurrency control, savepoints, multiple tablespaces, and a non-free online binary hot backup tool. MySQL-4.1.10 is mainly a bugf