innobackupex: Warning: FLUSH ENGINE LOGS is not supported by the server.

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

Bug Description

I'm testing percona-xtrabackup-2.2.3 to backup our databases based on mysql-5.1.63. It's awesome. I'm preparing to use it in our production environment. But today when i do my backup test i noticed that there is a warning such like following:

"innobackupex: Warning: FLUSH ENGINE LOGS is not supported by the server. Data may be inconsistent with binary log coordinates!

Wil the backup have very less chance to be inconsistent when we don't use "FLUSH ENGINE LOGS"? If not, will it be better if we use "FLUSH LOGS" rather than just give a warning when we backup the databases based on mysql-5.1.x?

please give me some advice

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/) {

best regards!

melon

melon (wangyihongbo)
description: updated
melon (wangyihongbo)
description: updated
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Yes, there's a rather low chance to get inconsistent binary log coordinates when backing up 5.1 servers. Note that data consistency is not affected.

Using FLUSH LOGS instead of FLUSH ENGINE LOGS looks too invasive for a backup utility.

Closing this report as invalid, but thank you for catching this regexp bug in detect_mysql_capabilities_for_backup()! Reported separately as bug #1357404.

Changed in percona-xtrabackup:
status: New → Invalid
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-1294

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.