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 <[email protected]>
  • Loading branch information
mattlord committed Jan 30, 2025
1 parent 478dd79 commit 84d543b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@ 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"),
}

var matches []string
Expand Down

0 comments on commit 84d543b

Please sign in to comment.