summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-08-18 12:10:31 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-08-18 12:10:31 +0300
commitf73eea4984b632c1955211b9ea5b54be9dd56975 (patch)
treeb35b5e99f8d739e1fdc4cd99850aeb6164da107d
parent890f2ad76975d66bfc78f54ec38dfa95c7248bdd (diff)
downloadmariadb-git-f73eea4984b632c1955211b9ea5b54be9dd56975.tar.gz
MDEV-26131 fixup: ./mtr --embedded encryption.innodb_import
-rw-r--r--mysql-test/suite/encryption/t/innodb_import.test1
1 files changed, 1 insertions, 0 deletions
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;