Bug #19449 fulltext parser plugin name is not read from frm
Submitted: 30 Apr 2006 21:34 Modified: 18 May 2006 10:40
Reporter: Sergei Golubchik Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Parser Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Sergey Vojtovich CPU Architecture:Any

[30 Apr 2006 21:34] Sergei Golubchik
Description:
when a table that uses fulltext parser plugin is created, plugin name is written to frm, but later, when frm is opened the name is not read correctly.

How to repeat:
CREATE TABLE t1 (a text, fulltext (a) with parser simple_parser);
ERROR xxx: Plugin '' is not loaded
[18 May 2006 10:40] Sergey Vojtovich
Wasn't able to repeat this bug with 5.1.11. This bug is likely fixed with
Mikael's patch for WL#2826.