Jump to content

InnoDB

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Þjarkur (talk | contribs) at 19:18, 13 June 2020 (Description: Company type not needed, slightly confusing since Finnish LLCs are an uncommon sight in text.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type.[1][2] 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.

Description

InnoDB became a product of Oracle Corporation after its acquisition of the Finland-based company Innobase in October 2005.[3] The software is dual licensed; it is distributed under the GNU General Public License, but can also be licensed to parties wishing to combine InnoDB in proprietary software.[4]

InnoDB supports:

See also

References

  1. ^ "Introduction to InnoDB". MySQL 5.5 Reference Manual. Retrieved 2 October 2019.
  2. ^ "Changes in MySQL 5.5.5". MySQL 5.5 Reference Manual. Retrieved 2 October 2019.
  3. ^ "Oracle Announces the Acquisition of Open Source Software Company, Innobase". Oracle Corporation. 7 October 2005. Retrieved 28 March 2017.
  4. ^ "Licensing MySQL and InnoDB". InnoDB.com. Retrieved 31 July 2008.
  5. ^ http://www.oracle.com/us/corporate/press/1904335
  6. ^ https://mariadb.com/kb/en/library/mariadb-1000-release-notes/
  7. ^ "Generated (Virtual and Persistent/Stored) Columns". MariaDB KnowledgeBase. Retrieved 22 December 2019.