From 18055814078a70ed0f7e36fdea1442e4fb171f9d Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Thu, 30 Jan 2025 14:17:40 -0500 Subject: [PATCH] Add MySQL 5.7 xtrabackup generated files Signed-off-by: Matt Lord --- go/test/endtoend/cluster/vttablet_process.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go/test/endtoend/cluster/vttablet_process.go b/go/test/endtoend/cluster/vttablet_process.go index a0efcffaf3a..3d0783b1dac 100644 --- a/go/test/endtoend/cluster/vttablet_process.go +++ b/go/test/endtoend/cluster/vttablet_process.go @@ -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