MariaDB
MariaDB is a community-developed fork of MySQL, created by original MySQL founder Monty Widenius after Oracle's acquisition of Sun Microsystems in 2010. MariaDB maintains protocol compatibility with MySQL — most applications can switch without modification — but diverges in storage engines, optimizer features, and governance. It is the open-source community's hedge against single-vendor control of the world's most popular relational database.
MariaDB introduced several engines unavailable in MySQL, including Aria (crash-safe MyISAM replacement), ColumnStore (analytical workloads), and Spider (sharding). It also shipped a thread pool before MySQL did. The fork has created genuine divergence: features in MariaDB may not exist in MySQL, and vice versa, fragmenting what was once a unified ecosystem.
The systems consequence is instructive: when critical infrastructure is controlled by a single vendor, forking becomes a stability mechanism. But forks also fragment tooling, expertise, and testing. MariaDB is not merely an alternative; it is a demonstration that the economics of open-source governance matter as much as the economics of open-source licensing.