MySQL has been incrementally developed since 1995. Sun Microsystems bought MySQL in 2008 but its development slowed. Oracle then bought Sun in 2010 and refocused MySQL development. MariaDB was forked from MySQL by one of its original developers to maintain focus on open source. MySQL 5.5 included improvements to InnoDB and new features like semi-synchronous replication. Proprietary additions in 5.5 targeted enterprise performance. MySQL 5.6 continued performance improvements through techniques like index condition pushdown. MariaDB aims to be a drop-in replacement for MySQL and include its open source features.