Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11.1, 10.4.28, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3
Description
When having a discarded tablespace it is not possible to read from INNODB_SYS_INDEXES, the below will fail with ERROR 1105 (HY000): Unknown error, and no further details in SHOW WARNINGS output or the error log.
CREATE TABLE test.t1(id INT PRIMARY KEY);
|
ALTER TABLE test.t1 DISCARD TABLESPACE;
|
SELECT * FROM INFORMATION_SCHEMA.INNODB_SYS_INDEXES;
|
Attachments
Issue Links
- duplicates
-
MDEV-30616 Provide an easy way to list table currently in DISCARDED state.
- Closed
- relates to
-
MDEV-30616 Provide an easy way to list table currently in DISCARDED state.
- Closed