summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/full_crc32_import.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/full_crc32_import.result')
-rw-r--r--mysql-test/suite/innodb/r/full_crc32_import.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/full_crc32_import.result b/mysql-test/suite/innodb/r/full_crc32_import.result
index 0cfcf6f4ddb..fdf361a6a43 100644
--- a/mysql-test/suite/innodb/r/full_crc32_import.result
+++ b/mysql-test/suite/innodb/r/full_crc32_import.result
@@ -173,6 +173,13 @@ UNLOCK TABLES;
SET GLOBAL innodb_compression_algorithm=0;
ALTER TABLE t1 FORCE;
ALTER TABLE t1 DISCARD TABLESPACE;
+# Display the discarded table name
+SELECT NAME FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES
+WHERE TABLE_ID IN (SELECT TABLE_ID FROM
+INFORMATION_SCHEMA.INNODB_SYS_INDEXES WHERE
+PAGE_NO IS NULL and SPACE IS NULL);
+NAME
+test/t1
db.opt
t1.frm
restore: t1 .ibd and .cfg files