percona xtrabackup 2.2.4 innobackup update

when I backup mysql5.6.19 on slave with percona-xtrabackup 2.2.4,I find that innobackupex executes the command:
FLUSH ENGINE LOGS
this command will be record to slave binlog,which leads to inconsistency between master and slave

NOw,I have update the innobackupex file ,as follows:
replace the line :
mysql_query(%mysql, “FLUSH ENGINE LOGS”);
with
mysql_query(%mysql, “FLUSH ENGINE LOGS”);

I have test it,and now do not record “FLUSH ENGINE LOGS” to slave binlog

that 'all,thank you

Hi,

Thanks for providing this information. Is it possible for you to report bug with all required details? It will be helpful.
[url]https://bugs.launchpad.net/percona-xtrabackup/+filebug[/url]