Commit f73eea49 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-26131 fixup: ./mtr --embedded encryption.innodb_import

parent 890f2ad7
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment