Bug #70400 FR: support fulltext parser plugins in all engines with fulltext indexes ...
Submitted: 23 Sep 2013 11:32 Modified: 3 Dec 2013 13:11
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: FULLTEXT search Severity:S4 (Feature request)
Version:5.6, 5.7 OS:Any
Assigned to: CPU Architecture:Any

[23 Sep 2013 11:32] Hartmut Holzgraefe
Description:
Currently only MyISAM supports fulltext parser plugins, but the InnoDB fulltext index feature introduced in 5.6 doesn't

This was also reported as bug #62004 and #68622. 62004 was closed after at least adding an appropriate error message (as was suggested as the minimal solution). 68622 was about the missing feature only, and not also about the missing error message, so it should not have been marked duplicate IMHO but converted into a feature request.

This report is such a feature request now as I'm not sure how to successfully reopen bug #68622 instead ...

How to repeat:
See previous bug reports ...

Suggested fix:
Support fulltext parser plugins in all engines supporting fulltext indexing, especially with InnoDB, now that InnoDb has become the default engine.
[3 Dec 2013 13:11] Erlend Dahl
As of 5.7.3, MySQL supports parser plugins for InnoDB FTS.