1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
Marko Mäkelä
2021-08-18 12:10:31 +03:00
parent 890f2ad769
commit f73eea4984

View File

@ -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;