5.0.86-build19 Percona binaries
Dear Community,
As of today the 19-th build of MySQL server with Percona patches is available.
Comparing to the previous release it has following new features:
- The build is based on MySQL-5.0.86
- Fix from Neil Katin to userstatv2.patch
- fix InnoDB slowness with large queries
Fixed bugs in the build:
You can download binaries and sources with the patches here
http://www.percona.com/mysql/5.0.86-b19/
There is Debian packages repository available since Build 19.
To install MySQL with Percona patches with APT put in your /etc/apt/sources.list
deb http://repo.percona.com/apt lenny main deb-src http://repo.percona.com/apt lenny main
Then run
# apt-get update # apt-get install mysql-server-5.0
The Percona patches live on Launchpad : https://launchpad.net/percona-patches and you can report bug to Launchpad bug system:
https://launchpad.net/percona-patches/+filebug. The documentation is available on our Wiki
For general questions use our Pecona-discussions group, and for development question Percona-dev group.
For support, commercial and sponsorship inquiries contact Percona.
9 Comments
Trackbacks/Pingbacks
- MySQL proliferation « Another web-guy talking …
[...] not really a fork, just another storage engine. Edit: just found a newer release – its called “MySQL with Percona patches” Then there is MariaDB which should be a “… community developed branch of the MySQL [...]











del.icio.us
digg
Any chance to see gentoo support (aka ebuilds or an overlay) in the future?
Comment :: October 14, 2009 @ 3:11 am
1. Does this release include a patch to start/stop query logging on the fly (generate_log variables)?
2.Does the Percona 5.0 change the format of the data on disk?
I want to use it in out production machine that is running ubuntu 8.04 server and mysql-5.0.51a.
If I move to percona-5.0.86-b19 and later decide to switch back to 5.0.51a, would it work?
Thanks for you great contribution to the Mysql community.
Comment :: October 15, 2009 @ 5:13 am
When I add that deb repository to my sources.list it returns 404 when trying to fetch the Packages file.
http://repo.percona.com/apt/dists/testing/main/binary-i386/Packages 404 Not Found
Comment :: October 16, 2009 @ 4:59 pm
I tried the lenny repo you listed, and I was also seeing if you had a testing repo I could track. Both 404 (I expected 404 on testing).
Comment :: October 16, 2009 @ 5:00 pm
Thomas,
So far we didn’t plan gentoo support. Maybe in the future…
Comment :: October 16, 2009 @ 10:11 pm
obfuscated,
1. If you mean logging slow queries, than the answer is yes.
2. The patches don’t change data format, so you should be safe doing downgrade. But backups are strongly advised anyway when you change MySQL version
Comment :: October 16, 2009 @ 10:16 pm
Scott,
The problem is there are no packages for i386 platform. We support only x86_64.
Comment :: October 16, 2009 @ 10:18 pm
Aleksander,
Thanks, that makes sense.
Comment :: October 16, 2009 @ 11:24 pm
Aleksandr:
I need a way to enable/disable logging all queries not just the slow ones.
In 5.1+ this could be done with generate-log variables on the fly.
Comment :: October 17, 2009 @ 5:35 am