mirror of
https://github.com/MariaDB/server.git
synced 2025-02-07 06:12:18 +01:00
6 lines
213 B
Text
6 lines
213 B
Text
DESC sys.schema_unused_indexes;
|
|
Field Type Null Key Default Extra
|
|
object_schema varchar(64) YES NULL
|
|
object_name varchar(64) YES NULL
|
|
index_name varchar(64) YES NULL
|
|
SELECT * FROM sys.schema_unused_indexes;
|