Bug #117590 The file backup_gtid_executed.sql was not included in a TTS backup for a replica server using GTIDs use --slave-info
Submitted: 27 Feb 12:54 Modified: 6 Apr 17:09
Reporter: ehonda china Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version:5.7.44 OS:Linux
Assigned to: MySQL Verification Team CPU Architecture:x86 (64)

[27 Feb 12:54] ehonda china
Description:
The file backup_gtid_executed.sql was not included in a TTS backup for a replica server using GTIDs useing --slave-info

How to repeat:
--slave-info:

mysqlbackup --defaults-file=/worker/mysql/etc/my3316.cnf  --port=3316 --read-threads=12 --process-threads=6 --write-threads=12 \
 --slave-info --user=root  --password=xxxxxx  --use-tts --include-tables="^owner\.(t1|t2)$" \
 --log-bin-index=/worker/mysql/data/mysql3316/binlog/mysql-bin.index \
 --with-timestamp   --backup-dir=/worker/backup   backup

/meta$ cat ibbackup_slave_info
CHANGE MASTER TO MASTER_LOG_FILE='mysql-bin.016552', MASTER_LOG_POS=730815030, MASTER_HOST='132.90.176.14', MASTER_PORT=3316, MASTER_USER='repl' FOR CHANNEL '';
[6 Mar 17:08] MySQL Verification Team
Hi,

Can you please open SR for MySQL Enterprise backup and let me know the SR number

Thanks
[7 Apr 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".