From f73eea4984b632c1955211b9ea5b54be9dd56975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 18 Aug 2021 12:10:31 +0300 Subject: [PATCH] MDEV-26131 fixup: ./mtr --embedded encryption.innodb_import --- mysql-test/suite/encryption/t/innodb_import.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/encryption/t/innodb_import.test b/mysql-test/suite/encryption/t/innodb_import.test index 12c8d8bb017..791a1757878 100644 --- a/mysql-test/suite/encryption/t/innodb_import.test +++ b/mysql-test/suite/encryption/t/innodb_import.test @@ -16,6 +16,7 @@ UNLOCK TABLES; ALTER TABLE t2 IMPORT TABLESPACE; ALTER TABLE t2 DROP KEY idx; +--replace_regex /opening '.*\/test\//opening '.\/test\// ALTER TABLE t2 IMPORT TABLESPACE; SELECT * FROM t2; DROP TABLE t1, t2;