innobackupex not supporting Maria 5.2

Bug #1069094 reported by Alexander Mikhailian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
New
Undecided
Unassigned

Bug Description

# cat innobackupex.patch
--- /usr/bin/innobackupex.orig 2011-11-30 10:37:08.000000000 +0100
+++ /usr/bin/innobackupex 2011-11-30 10:37:35.000000000 +0100
@@ -2271,6 +2271,10 @@
 if($var_version =~ m/5\.1\.\d/ and $var_innodb_version =~ m/1\.0\.\d+-\d/){
        $ibbackup_binary = ($win eq 1 ? 'xtrabackup.exe' : 'xtrabackup');
 }
+# Detect MariaDB 5.2
+if($var_version =~ m/5\.2\.\d/ and $var_innodb_version =~ m/1\.0\.\d+-\d/){
+ $ibbackup_binary = ($win eq 1 ? 'xtrabackup.exe' : 'xtrabackup');
+}
 if($var_version =~ m/5\.5\.\d/){
        $ibbackup_binary = ($win eq 1 ? 'xtrabackup.exe' : 'xtrabackup_55');
 }

Tags: doc
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Alexander,

Thanks for reporting and contributing the patch. We are aware of this problem, see bug #733665. I'm going to look into fixing support for MariaDB 5.2/5.3 soon.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.