MariaDB is ontstaan als fork van MySQL, nadat dit in 2009-2010 door Oracle werd overgenomen. Voor een overzicht van de verschillen tussen MariaDB en MySQL kun je op deze en deze pagina's terecht. MariaDB is een krachtige opensourcedatabaseserver, die vooral populair is als website- en forumdatabase. De ontwikkelaars hebben versie 10.2.18 uitgebracht. De eerste stable uit de 10.2.x-tak stamt uit mei 2017 en heeft voor vijf jaar ondersteuning meegekregen. De beknopte aankondiging van deze uitgave ziet er als volgt uit:
MariaDB 10.2.18 Release Notes
MariaDB 10.2 is the current stable series of MariaDB. It is an evolution of MariaDB 10.1 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL 5.6 and 5.7. MariaDB 10.2.18 is a Stable (GA) release.
Notable ChangesBug Fixes
- MDEV-15511 - if available, stunnel can be used during Galera rsync SST
- MDEV-15088 - Remove debuginfo files from Windows .zip files and put in optional supplemental .zip file
- MDEV-16791 - mariabackup: Support DDL commands during backup
- MDEV-13564 - Refuse MLOG_TRUNCATE in mariabackup
- MDEV-16934 - add new system variable eq_range_index_dive_limit to speed up queries that new long nested IN lists. The default value, for backward compatibility, is 0 meaning "unlimited"./25.
- The Galera library in the repositories has been updated to version 25.3.24.
Code Cleanup
- MDEV-13333 - errors on InnoDB lock conflict
- Report all InnoDB redo log corruption
- MDEV-17043 - Purge of indexed virtual columns may cause hang on table-rebuilding DDL
- MDEV-16868 - corruption of InnoDB temporary tables
- MDEV-16465 - Invalid (old?) table or database name or hang in ha_innobase::delete_table and log semaphore wait upon concurrent DDL with foreign keys
- MDEV-16557 - Remove INNOBASE_SHARE
- MDEV-16136 - Simplify trx_lock_t memory management