<rpm name>-<mysql version>-<percona build version>.<buildnumber>.<redhat version>.<architecture>.rpm
Example:
MySQL-server-percona-5.0.87-b20.29.rhel5.x86_64.rpm
Comparing to the previous release it has following new features:
Fixed bugs in the build:
Comparing to the previous release it has following new features:
Fixed bugs in the build:
New features in the release:
This patch splits the single global InnoDB buffer pool mutex into several mutexes for different purposes. This reduces mutex contention. It may help if you suffer performance loss when the working set does not fit in memory. You can detect buffer pool mutex contention by examining the output of SHOW INNODB STATUS and looking at the first section, SEMAPHORES.
* profiling_slow.patch
This patch adds information from SHOW PROFILE to query information in slow.log output. profiling_server. This variable ( ON / OFF ) enables profiling of all queries (in all connections). profiling_use_getrusage. This variable ( ON / OFF ) enables usage of getrusage function in profiling. Be careful, enabling profiling_server may cause performance degradation, especially with profiling_use_getrusage.
* innodb_extra_rseg.patch
innodb_extra_rsegments. The number of extra user rollback segments created when new db is created. New information_schema table innodb_rseg shows information about all rollback segments
* innodb_thread_concurrency_timer_based.patch
This patch provides the configuration variable backport from MySQL 5.4.
Fixed bugs:
You can download binaries (RPMS x86_64) and sources with patches here http://www.percona.com/mysql/5.0.82-b16/
* profiling_slow.patch
This patch adds information from SHOW PROFILE to query information in slow.log output. profiling_server. This variable ( ON / OFF ) enables profiling of all queries (in all connections). profiling_use_getrusage. This variable ( ON / OFF ) enables usage of getrusage function in profiling. Be careful, enabling profiling_server may cause performance degradation, especially with profiling_use_getrusage.
* innodb_extra_rseg.patch
innodb_extra_rsegments. The number of extra user rollback segments created when new db is created. New information_schema table innodb_rseg shows information about all rollback segments
* innodb_thread_concurrency_timer_based.patch
This patch provides the configuration variable backport from MySQL 5.4.
Fixed bugs:
You can download binaries (RPMS x86_64) and sources with patches here http://www.percona.com/mysql/5.0.77-b16/
Discussion