InnoDB

From PmaWiki

Jump to: navigation, search

InnoDB is one of the MySQL storage engines (see http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html for a list of all possible storage engines). See http://dev.mysql.com/doc/refman/5.0/en/innodb-overview.html for an complete overview of InnoDB features, which include ACID compliance, row-level locking, and FOREIGN KEY constraints.

Advertisement