Bug #16068 Plugin related bugs
Submitted: 29 Dec 2005 13:22 Modified: 4 Jan 2006 21:29
Reporter: Sergey Vojtovich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.5-alpha OS:
Assigned to: Sergey Vojtovich CPU Architecture:Any

[29 Dec 2005 13:22] Sergey Vojtovich
Description:
* --plugin_dir option doesn't work in 5.1.
* Fulltext parser name is not restored correctly from the table.

How to repeat:
* mysqld --plugin_dir=abc --help --verbose
* CREATE TABLE t1 (a TEXT, FULLTEXT(a) WITH PARSER simple_parser);
[29 Dec 2005 13:28] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/460
[30 Dec 2005 12:36] Sergey Vojtovich
Fixed in 5.1.5-alpha.
[4 Jan 2006 21:29] Mike Hillyer
Added entry to 5.1.5 changelog:

  <listitem>
        <para>
          The <option>--plugin_dir</option> option was not working. Also
          fix error with specifying parser name for fulltext. (Bug
          #16068)
        </para>
      </listitem>