MySQL 5.1.56 packages are now available on Dotdeb :
- for Debian 6.0 “Squeeze” and Debian 5.0 “Lenny”
- for the amd64 and i386 architectures
Of course, the corresponding Pinba storage engine has been rebuilt (Squeeze only). But take care to the plugin-load directive in your /etc/mysql/my.cnf file : MySQL does not support several plugin-load directives and always keep the last read. Then if you want, for example, use the Pinba storage engine while having the the InnoDB plugin loaded, you should uncomment the following line.
plugin-load=innodb=ha_innodb_plugin.so;libpinba_engine.so
And, as usual, please read the Changelog of this maintainance release before upgrading.
6 replies on “MySQL 5.1.56 available”
Great! Thanks for the effort. Glad to see the BETWEEN bug fix. Is there any place to learn more about the Pinba storage engine?
Googling has been extremely misleading & militant in leaning towards “Pinball”.
@Brice Burgess : sadly, there’s not many ressources about Pinba. Its main website (http://pinba.org/) and this presentation (http://www.slideshare.net/patrick.allaert/php-applicationsenvironments-monitoring-apm-pinba) may be a start.
[…] MySQL w wersji 5.1.56 dla Debiana Lenny/Squeeze jest dostępny poprzez repozytoria Dotdeb.org. Lista zmian jaka nastąpiła w tej wersji MySQL jest dostępna w changelogu. Oczywiście wskazane jest przeczytanie tych zmian przed dokonaniem aktualizacji. […]
MySQL 5.5.10 got released, which solves the problems with client library. Any chance of getting it in the repository? 🙂
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html
Hi,
where can I find your php5-imagick source packages?
@TDD : php5-imagick is built from the official PECL sources using this method : http://localhost:8080/2008/09/25/how-to-package-php-extensions-by-yourself/