@@ -594,21 +594,16 @@ PRIMARY (key) indexes are ignored.
594594##### Example
595595
596596``` SQL
597- mysql> select * from schema_unused_indexes limit 10 ;
598- + -- -----------------------+----------------------------------------+-----------------+
599- | object_schema | object_name | index_name |
600- + -- -----------------------+----------------------------------------+-----------------+
601- | mem30_test__instruments | mysqlavailabilityadvisor$observedstate | PRIMARY |
602- | mem30_test__test | compressme | PRIMARY |
603- | mem30_test__test | compressmekeyblocksize | PRIMARY |
604- | mem30_test__test | dontcompressme | PRIMARY |
605- | mem30_test__test | round_robin_test | PRIMARY |
606- | mem30_test__test | round_robin_test | round_robin_bin |
607- | mem30_test__test | testprovider$dummy1 | PRIMARY |
608- | mem30_test__test | testprovider$dummy1 | ts |
609- | mem30_test__test | testprovider$dummy2 | PRIMARY |
610- | mem30_test__test | testprovider$dummy2 | ts |
611- + -- -----------------------+----------------------------------------+-----------------+
597+ mysql> select * from schema_unused_indexes limit 5 ;
598+ + -- ------------------+---------------------+--------------------+
599+ | object_schema | object_name | index_name |
600+ + -- ------------------+---------------------+--------------------+
601+ | mem30__bean_config | plists | path |
602+ | mem30__config | group_selections | name |
603+ | mem30__config | notification_groups | name |
604+ | mem30__config | user_form_defaults | FKC1AEF1F9E7EE2CFB |
605+ | mem30__enterprise | whats_new_entries | entryId |
606+ + -- ------------------+---------------------+--------------------+
612607```
613608
614609#### statement_analysis / x$statement_analysis
0 commit comments