Percona Server version 5.1.53-11.7 is now available for download.

The main purpose of this release is to update the current Percona stable release to the latest version of MySQL 5.1.

Functionality Added or Changed

  •  Percona Server 5.1.53-11.7 is now based on MySQL 5.1.53.
  •  New Features Added: None
  •  Other Changes: None

Bugs Fixed

  • Bug #643149 – Slow query log entries were not being done in the usual parsing format. (Alexey Kopytov)
  • Bug #677407 – The innodb.innodb_information_schema test could fail sporadically due to flawed logic in the INFORMATION_SCHEMA.INNODB_LOCKS caching mechanism. (Alexey Kopytov)

Release Notes for this and previous releases can be found in our Wiki.

Downloads are available here and from the Percona release repositories. The latest source code for Percona Server, including the development branch, can be found on Launchpad.

Please report any bugs found at Bugs in Percona Server.

For general questions, use our Percona Discussions Group, and for development questions our Percona Development Group.

For support, commercial, and sponsorship inquiries, contact Percona.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Roman R.

When I try to compile this version from source, (CentOS 5.5 x86_64) I got 2 errors: ../libmysql/.libs/libmysqlclient.so: undefined reference to clock_gettime'
collect2: ld returned 1 exit status
make[2]: *** [mysql] Error 1
make[2]: Leaving directory
/root/Percona-Server1/client’
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/Percona-Server1/client’
make: *** [all-recursive] Error 1
———-
This problem solved by me:
Open /Percona-Server/libmysql/Makefile
Find line 226: LIBS = -lcrypt -lnsl -lm -lz
Change this line to: LIBS = -lrt -lcrypt -lnsl -lm -lz
Save file, and run make clean and then run make – Now will compile without errors
———-
I verify this error on 3 servers.
Sorry for bad english

Roman R.

I fogot, I found errors and solve them afrer ./configure