Skip to content

Commit

Permalink
Add MySQL 5.7 xtrabackup generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jan 30, 2025
1 parent 478dd79 commit 1805581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/test/endtoend/cluster/vttablet_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,10 @@ func (vttablet *VttabletProcess) ConfirmDataDirHasNoGlobalPerms(t *testing.T) {
// These files are created by xtrabackup.
path.Join("tmp", "xtrabackup_checkpoints"),
path.Join("tmp", "xtrabackup_info"),
// These are 5.7 specific xtrabackup files.
path.Join("data", "xtrabackup_binlog_pos_innodb"),
path.Join("data", "xtrabackup_master_key_id"),
path.Join("data", "mysql_upgrade_info"),
}

var matches []string
Expand Down

0 comments on commit 1805581

Please sign in to comment.