Percona builds with patches
As there were many requests for Debian binary packages in our announcement of Percona builds with custom patchsets, we decided to play with it and built .deb, which you can find there:
http://www.mysqlperformanceblog.com/mysql/debian/
You can also add the following repositories into your sources.list:
deb http://mysqlperformanceblog.com/mysql/debian/5.0/ binary-amd64/
deb http://mysqlperformanceblog.com/mysql/debian/5.0/ source/
deb http://mysqlperformanceblog.com/mysql/debian/5.1/ binary-amd64/
deb http://mysqlperformanceblog.com/mysql/debian/5.1/ source/
Also we have generic RPMs for x86-64 architecture:
http://www.mysqlperformanceblog.com/mysql/RPM/. They are based on .spec file provided in MySQL source tree and should be compatible with SuSe, CentOS and RedHat.
Your comments are welcome!
16 Comments











del.icio.us
digg
Thank you!
Comment :: July 24, 2008 @ 10:23 pm
Many thanks!
May I suggest to build a full deb repository by adding a signed Release file and an apt key ?
Comment :: July 24, 2008 @ 10:39 pm
Thanks
Comment :: July 24, 2008 @ 10:40 pm
Vadim, thanks for the Debian binary package. We really appreciate it.
Comment :: July 25, 2008 @ 2:20 am
Much appreciated, Vadim! MySQL .deb packages are indeed very rare to find.
Comment :: July 28, 2008 @ 6:15 am
Hello,
I downloaded the Debian packages from http://www.mysqlperformanceblog.com/mysql/debian/,
but I think I´m to foolish to install.
I installed the packages
mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb
with dpkg -i
but it run still the old version. If I take a look to the list of installed packeges it seems ok.
Whats wrong?
Thanks in advance,
Ricardo
Comment :: July 29, 2008 @ 3:42 am
Hello,
I downloaded the Debian packages from http://www.mysqlperformanceblog.com/mysql/debian/,
but I think I´m to foolish to install.
I installed the packages
mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb
with dpkg -i
but it run still the old version. If I take a look to the list of installed packeges it seems ok.
Whats wrong?
Thanks in advance,
regards
Ricardo
Comment :: July 29, 2008 @ 3:43 am
Thanks a lot!
Comment :: July 30, 2008 @ 5:20 am
Hello,
I still miss the binarys for:
mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb
regards
Ricardo
Comment :: July 30, 2008 @ 5:41 am
Ricardo,
*_all.deb contains platform independent files. You have to install main packages compiled for your platform.
Presently we have only amd64 packages. You can find it by the link above.
Comment :: July 30, 2008 @ 9:35 am
Hello,
thanks a lot for this packages but they depend of “libc6 (>= 2.7)” and “libncurses5 (>= 5.6+20071006-3)”, versions which are not on Debian Etch.
Can I ignore this ? Or should I rebuild this packages ?
Comment :: August 8, 2008 @ 1:26 am
Hi,
Olivier, they are compiled against Debian SID
I am testing the microslow patches with this binaries, but I don’t know the sintax of log_slow_verbosity. I try:
set log_slow_verbosity=”microtime,query_plan,innodb”;
ERROR 1210 (HY000): Incorrect arguments to log_slow_verbosity
Thanks!
Comment :: August 11, 2008 @ 1:56 am
Carlos,
Does set global log_slow_verbosity=”innodb” work ? It should turn on all three options.
Comment :: August 11, 2008 @ 4:35 pm
It does, thank you very much.
Regards
Comment :: August 12, 2008 @ 3:54 am
any chance these packages will be updated?
Comment :: February 11, 2009 @ 1:22 am
Michael,
We have plans to support .deb, not any specific date for now.
Comment :: February 11, 2009 @ 10:17 am