innobackupex should skip GTID output is GTID_MODE is OFF
Bug #1391041 reported by
Jervin R
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Sergei Glushchenko | ||
2.1 |
Won't Fix
|
Undecided
|
Unassigned | ||
2.2 |
Fix Released
|
Medium
|
Sergei Glushchenko | ||
2.3 |
Fix Released
|
Medium
|
Sergei Glushchenko |
Bug Description
Below are log outputs from different backups on the same server with GTID mode is OFF - the GTID part can cause confusion since its none incrementing.
innobackupex: MySQL binlog position: filename 'mysql-bin.000287', position 431329357, gtid_executed 72be0aa4-
innobackupex: MySQL binlog position: filename 'mysql-bin.000287', position 463378077, gtid_executed 72be0aa4-
Related branches
lp://staging/~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1391041
- Alexey Kopytov (community): Approve
-
Diff: 191 lines (+95/-12)6 files modifiedstorage/innobase/xtrabackup/doc/source/howtos/recipes_ibkx_gtid.rst (+2/-2)
storage/innobase/xtrabackup/innobackupex.pl (+16/-6)
storage/innobase/xtrabackup/test/t/bug1391041.sh (+73/-0)
storage/innobase/xtrabackup/test/t/bug977101.sh (+2/-2)
storage/innobase/xtrabackup/test/t/gtid.sh (+1/-1)
storage/innobase/xtrabackup/test/t/ib_slave_info.sh (+1/-1)
lp://staging/~sergei.glushchenko/percona-xtrabackup/2.3-xb-bug1391041
- Alexey Kopytov (community): Approve
-
Diff: 191 lines (+95/-12)6 files modifiedstorage/innobase/xtrabackup/doc/source/howtos/recipes_ibkx_gtid.rst (+2/-2)
storage/innobase/xtrabackup/innobackupex.pl (+16/-6)
storage/innobase/xtrabackup/test/t/bug1391041.sh (+73/-0)
storage/innobase/xtrabackup/test/t/bug977101.sh (+2/-2)
storage/innobase/xtrabackup/test/t/gtid.sh (+1/-1)
storage/innobase/xtrabackup/test/t/ib_slave_info.sh (+1/-1)
To post a comment you must log in.
Able to reproduce the same. I would agree that if GTID_MODE=OFF then it should not covered while backup.
innobackupex: Backup created in directory '/home/ nilnandan/ backup/ 2014-11- 13_13-46- 00' 5361-11e4- a7e9-4ceb42171c ea:1-6' Dell-XPS: ~$
innobackupex: MySQL binlog position: filename 'mysql-bin.000003', position 338, GTID of the last change 'd05ede31-
141113 13:46:28 innobackupex: Connection to database server closed
141113 13:46:28 innobackupex: completed OK!
nilnandan@
innobackupex: Backup created in directory '/home/ nilnandan/ backup/ 2014-11- 13_13-47- 32' 5361-11e4- a7e9-4ceb42171c ea:1-6' Dell-XPS: ~$
innobackupex: MySQL binlog position: filename 'mysql-bin.000003', position 637, GTID of the last change 'd05ede31-
141113 13:48:00 innobackupex: Connection to database server closed
141113 13:48:00 innobackupex: completed OK!
nilnandan@