diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-08-18 12:10:31 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-08-18 12:10:31 +0300 |
commit | f73eea4984b632c1955211b9ea5b54be9dd56975 (patch) | |
tree | b35b5e99f8d739e1fdc4cd99850aeb6164da107d /mysql-test/suite | |
parent | 890f2ad76975d66bfc78f54ec38dfa95c7248bdd (diff) | |
download | mariadb-git-f73eea4984b632c1955211b9ea5b54be9dd56975.tar.gz |
MDEV-26131 fixup: ./mtr --embedded encryption.innodb_import
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/encryption/t/innodb_import.test | 1 |
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; |