Incorrect regexp in detect_mysql_capabilities_for_backup

Bug #1357404 reported by Alexey Kopytov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
Low
Alexey Kopytov
2.1
Fix Released
Low
Alexey Kopytov
2.2
Fix Released
Low
Alexey Kopytov

Bug Description

Splitting from https://bugs.launchpad.net/percona-xtrabackup/+bug/1355722:

"
BTW,I found that the following source which check the condition to eject the warning is not very correct.
4857 if ($mysql{vars}->{version}->{Value} =~ m/5.[123]\.\d/) {
should be
4857 if ($mysql{vars}->{version}->{Value} =~ m/5\.[123]\.\d/) {
"

tags: added: low-hanging-fruit
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Fixed by the patch for bug #1364398.

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-922

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.