Skip to content

Commit

Permalink
MDEV-26131 fixup: ./mtr --embedded encryption.innodb_import
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Aug 18, 2021
1 parent 890f2ad commit f73eea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/encryption/t/innodb_import.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f73eea4

Please sign in to comment.