Percona XtraBackup 2.0.7 was released May 6.
Percona is glad to announce the release of Percona XtraBackup 2.0.7 for MySQL on May 6, 2013. Downloads are available from our download site here and Percona Software Repositories . Percona XtraBackup is the world's only open-source, free MySQL hot backup software that performs non-blocking backups for InnoDB and XtraDB databases.
This release is the current GA (Generally Available) stable release in the 2.0 series.
Percona XtraDB Cluster was also affected by this bug and will also have a re-release very soon.
Please refer to the bug # 1168032 description for more details. Thanks to Mark McKinstry for reporting the bug and to David Six at Percona Live MySQL Conference and Expo for walking through this.
- More info on Percona Server 5.5.30-30.2 -
New Features:
Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool . …
* InnoDB / XtraDB Training on Wednesday, February 6 th
* MySQL Operations Training on Thursday, February 7 th
Don't miss this great MySQL training opportunity. Register now to save your spot and don't forget to use discount code NRPP to get 10% off the standard training fees.
And if you're a Percona customer and can't make it to the training, don't worry. You can still get New Relic Standard for free as one of the many perks of …
Topic: "Migrating to Percona XtraDB Cluster"
Mark Atwood, Vipul Sabhaya, and Jim Cooley, HP
Topic: "Using Percona Server as Database-as-a-Service on OpenStack"
Breakout Sessions on MariaDB
Monty Widenius and Colin Charles, Chief Evangelist for MariaDB for Monty Program
Topic: "MariaDB 10.0 & What's New With the Project"
Sergei Petrunia, Optimizer Developer, and Colin Charles, …
Percona XtraDB Cluster / Galera in Practice (6 hour tutorial):
I've been working on this tutorial since last summer. The first incarnation was at Percona Live NY last year, but I've altered it quite a bit and expanded to fit (hopefully) a 6 hour format. Expect a lot of down and dirty hands-on work with setting up, managing and monitoring PXC. MariaDB Galera Cluster users should fit right in:
http://www.percona.com/live/mysql-conference-2013/sessions/percona-xtradb-cluster-galera-practice-part-1 …
We also started beta support for Percona XtraDB Cluster in 2.1.8, but now that support is official in 2.2 because we have had many months to work with PXC and figure out which tools work with it and how. There's still one noticeable omission: pt-table-sync. It's still unclear if or how one would sync a cluster that, in theory, doesn't become out-of-sync. As Percona XtraDB Cluster develops, Percona Toolkit will continue to evolve to support it.
pt-online-schema-change …
…Cloud and High Availability for MySQL, as well as Percona XtraDB Cluster for MySQL. We have talks planned for nearly every MySQL developer and DBA, from anyone just starting with MySQL all the way to those of you who are seasoned MySQL Experts.
In addition to the conference presentations, we are providing you the opportunity to spend 45 (complementary) minutes one-on-one with a Percona MySQL Consulting expert. Do not delay in reserving your time with a …
…while changing configuration.
Discover how Percona Server with XtraDB can provide better diagnostics and performance
If you wish to speak to our Sales team about either of these MySQL Workshops, please contact us.
The post MySQL Workshops: Chicago & London this April appeared first on MySQL Performance Blog .
XtraDB changed page tracking wasn't compatible with innodb_force_recovery=6 . When starting the server log tracking initialization would fail. The server would abort on startup. Bug fixed # 1083596 ( Laurynas Biveinis ).
InnoDB monitor was prefetching the data pages for printing lock information even if no lock information was going to be printed. Bug fixed # 1100643 ( Laurynas Biveinis ).
Newly created bitmap file would silently overwrite the old one …
I was curious to check how Percona XtraDB Cluster behaves when it comes to MySQL replication latency — or better yet, call it data propagation latency. It was interesting to see whenever I can get stale data reads from other cluster nodes after write performed to some specific node. To test it I wrote quite a simple script (you can find it in the end of the post) which connects to one node in the cluster, performs an update and then immediately does the read from second node. If …