DrRichCarpenter / check-unused-keys

Automatically exported from code.google.com/p/check-unused-keys
0 stars 0 forks source link

[patches] fixed --print-unused-tables handling, new options: --ignore-unused-tables, --ignore-fulltext-index #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am not sure how to submit patches, so I am filing this issue.

One of them fixes --print-unused-tables from trunk which did not work for me.

The other two patches add two options:
--ignore-unused-tables that ignores indexes from unused tables, which is 
default, and was previus behavior but can be disabled with 
--no-ignore-unused-tables.
--ignore-fulltext-indexes ignores FULLTEXT indexes, it is enabled by default.

Original issue reported on code.google.com by mateusz....@gmail.com on 15 Sep 2010 at 1:28

Attachments: