Code review comment for lp:~gl-az/percona-xtrabackup/bug1250375-2.1

Revision history for this message
George Ormond Lorch III (gl-az) wrote :

Well, yeah but it can be done differently. 'Executed_Gtid_Set' is retrieved via 'SHOW MASTER STATUS' as is 'File' (bin log file name). The alternative approach would be to 'SHOW MASTER STATUS' to test for the validity of 'Executed_Gtid_Set', then if valid, 'FLUSH BINARY LOGS' and 'SHOW MASTER STATUS' again to get the accurate/updated 'File'.

« Back to merge proposal