InnoDB

InnoDB
Developer(s)Oracle Corporation
Written inC
Operating systemCross-platform
TypeDatabase engine
LicenseGNU GPL v2 or proprietary
Websitedev.mysql.com/doc/refman/8.1/en/innodb-storage-engine.html Edit this on Wikidata

InnoDB is a storage engine for the database management system MySQL and MariaDB.[1] Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type.[2][3] It provides the standard ACID-compliant transaction features, along with foreign key support (declarative referential integrity). It is included as standard in most binaries distributed by MySQL AB, the exception being some OEM versions.

  1. ^ "InnoDB".
  2. ^ "Introduction to InnoDB". MySQL 5.5 Reference Manual. Retrieved 2 October 2019.
  3. ^ "Changes in MySQL 5.5.5". MySQL 5.5 Reference Manual. Retrieved 2 October 2019.

Developed by StudentB