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.
Brice Burgess
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”.
Guillaume Plessis
@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.
Bergi
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
TDD
Hi,
where can I find your php5-imagick source packages?
Guillaume Plessis
@TDD : php5-imagick is built from the official PECL sources using this method : http://www.dotdeb.org/2008/09/25/how-to-package-php-extensions-by-yourself/