Dear Community,
We are announcing today the new version 9.1 of XtraDB storage engine.
The name of binaries has changed to Percona-XtraDB. It is applicable to all packages including RPM, DEB and tar.gz packages.
New features in version 9.1:
Fixed bugs:
Percona-XtraDB obsoletes mysql-server packages, so upgrade is pretty straightforward.
Instead of updating currently installed packages Percona-XtraDB should be installed. It will replace currently installed mysql-server, mysql-client, etc.
Centos platform.
1. If you didn’t install yet Percona YUM repo, please do it. It is available both for x86_64 and i386.
2. Install Percona-XtraDB
|
1 |
<br># yum install Percona-XtraDB-server Percona-XtraDB-client<br> |
Debian platform.
1. Add Percona repository to the sources.list
|
1 |
<br>deb http://repo.percona.com/apt lenny main<br>deb-src http://repo.percona.com/apt lenny main<br> |
Instead of “lenny” put the name of your distribution.
2. Update the repository with “apt-get update”
3. Install Percona-XtraDB package
|
1 |
<br># apt-get install percona-xtradb-server percona-xtradb-client<br> |
The binaries for supported platforms are located on https://www.percona.com/percona-builds/Percona-XtraDB/Percona-XtraDB-5.1.43-9.1/ .
The latest source code of XtraDB, including development branch you can find on LaunchPAD.
Please report any bugs found on Bugs in Percona XtraDB server.
For general questions use our Pecona-discussions group, and for development question Percona-dev group.
For support, commercial and sponsorship inquiries contact Percona
Resources
RELATED POSTS