MySQL releases with Percona patchset
For detailed information see page
http://www.percona.com/percona-lab.html
Patches
mysqld_safe_syslog-5.0.62.patch
Source
5.1.26
Patches
Source
Patches with microsecond resolution in slow-log
MySQL 4.1.21
MySQL 5.0.24a
MySQL 5.0.26
MySQL 5.0.37
MySQL 5.0.41
MySQL 5.0.42
MySQL 5.0.44
MySQL 5.0.45
MySQL 5.0.51b
Updated patch
msl patch for MySQL 5.0.45
msl patch for MySQL 5.0.51a
msl patch for MySQL 5.0.54a
msl patch for MySQL 5.0.56
msl patch for MySQL 5.0.45 with InnoDB extensions
msl patch for MySQL 5.0.51a with InnoDB extensions
msl patch for MySQL 5.0.54a with InnoDB extensions
msl patch for MySQL 5.0.56 with InnoDB extensions
11 Comments










>5.1.26
>Patches
>microslow-5.1.26.patch
>innodb_stat-5.1.26.patch
>5.1.26.patch
where is userstats patch for this version?
Comment :: July 16, 2008 @ 9:37 pm
Alex,
bad formatting, fixed.
Comment :: July 16, 2008 @ 9:46 pm
What does userstats patch ?
thx
Comment :: July 30, 2008 @ 5:41 am
gigi,
Please read more here:
http://www.mysqlperformanceblog.com/2008/04/24/mysql-extensions-for-hosting/
Comment :: July 30, 2008 @ 9:24 am
using userstats patch, is it somehow possible to flush user_statistics?
there is FLUSH TABLE_STATISTICS; FLUSH INDEX_STATISTICS
but not something like FLUSH USER_STATISTICS
Comment :: August 3, 2008 @ 6:33 am
Have you applied the patches to the 5.0.62 source?
“Reversed (or previously applied) patch detected! Assume -R?”
Comment :: August 6, 2008 @ 9:38 pm
Is is possible to replace the two instances of:
+patch_info.h: patch_info.h.pl
+ $(PERL) $ $@
With:
+patch_info.h: patch_info.h.pl
+ $(PERL) $@.pl > $@
In the show patches patch. Just modifying the FreeBSD port locally to add build options for the two sets of patches and it stops building at the command perl > patch_info.h because of this. Just trying to avoid patching a patch.
Comment :: September 9, 2008 @ 8:14 am
Andrew,
It is possible to change.
I need to check if it doesn’t break building on RedHat
Comment :: September 9, 2008 @ 8:54 am
Hi,
will you be releasing the innoDB extensions for 5.1.26 version too? And When?
Comment :: September 10, 2008 @ 12:56 am
Moritz,
We have plans to release patches for InnoDB plugin also, but have no defined timeline. Most likely next three month.
Comment :: September 10, 2008 @ 10:29 am
I too would like to see the change Andrew mentioned and would like to see this become a part of the FreeBSD port (configurable). Having this would make that a lot easier.
Thanks!
Comment :: September 23, 2008 @ 11:30 am