Bug #87974 no metadata for parser name of fulltext index
Submitted: 4 Oct 2017 12:54 Modified: 9 Oct 2017 9:04
Reporter: Serhiy Myrhorod Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: FULLTEXT search Severity:S3 (Non-critical)
Version:5.7.19 OS:Any
Assigned to: CPU Architecture:Any

[4 Oct 2017 12:54] Serhiy Myrhorod
Description:
no metadata in information_schema views for parser name of fulltext index
https://dev.mysql.com/doc/refman/5.7/en/fulltext-search-ngram.html

How it can be retrieved?

How to repeat:
execite select query from 
  information_schema.INDEX_STATISTICS or
  information_schema.INNODB_SYS_INDEXES or

execute SHOW INDEX FROM

- no information about parser name

no separate view for parser/plugin <-> index relations
[9 Oct 2017 9:04] MySQL Verification Team
Hello Serhiy,

Thank you for the feature request!

Thanks,
Umesh