MySQL is een krachtige opensource-databaseserver die met name populair is als website- en forumdatabase. Ook Tweakers.net maakt gebruik van MySQL om onder andere gebruikersgegevens, statistieken en diverse review-, meuk- en nieuwsartikelen op te slaan. De ontwikkelaars hebben een nieuwe versie van de 5.5-ontwikkelingstak uitgebracht: versie 5.5.4 m3. Voor meer informatie over de verbeteringen in de 5.5-tak wordt doorverwezen naar deze pagina. De bijbehorende lijst met veranderingen ziet er als volgt uit:
Changes in MySQL 5.5.4
InnoDB Plugin Notes:Functionality added or changed:
- InnoDB Plugin has been upgraded to version 1.1. This version is considered of Beta quality. For information about InnoDB Plugin features, see the InnoDB Plugin Manual at http://dev.mysql.com/doc/innodb-plugin/1.1/en/index.html. For general information about using InnoDB in MySQL, see Section 13.6, “The InnoDB Storage Engine”.
- InnoDB Plugin now has a innodb_use_native_aio system variable that can be disabled at startup if there is a problem with the asynchronous I/O subsystem in the OS. This variable applies to Linux systems only.