Bug #19907 simple_parser plugin cannot be installed
Submitted: 18 May 2006 10:51 Modified: 24 May 2006 16:25
Reporter: Sergey Vojtovich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Parser Severity:S3 (Non-critical)
Version: OS:
Assigned to: Sergey Vojtovich CPU Architecture:Any

[18 May 2006 10:51] Sergey Vojtovich
Description:
Trying to install simple_parser plugin results in error. This seems to be
caused by added support for static/dynamic plugins.

How to repeat:
INSTALL PLUGIN simple_parser SONAME 'mypluglib.so';
mysqltest: At line 1: query 'INSTALL PLUGIN simple_parser SONAME 'mypluglib.so'' failed: 1127: Can't find symbol '_mysql_plugin_interface_version_' in library

Suggested fix:
Explicitly define that simple_parser is dynamic plugin.
[19 May 2006 13:13] 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/6631
[24 May 2006 12:38] Sergey Vojtovich
Pushed into tree currently marked as 5.1.12.
[24 May 2006 16:25] Paul DuBois
No changelog entry needed.

Instead, I updated the plugin-building procedure in the
manual to point out the need for -DMYSQL_DYNAMIC_PLUGIN
when compiling plugins.