mariadb/plugin
unknown fe7716dad9 BUG#19907 - simple_parser plugin cannot be installed
The problem was that simple_parser was compiled as static plugin, which
is intended to be linked into server, but not plugged.

This patch makes simple_parser to be compiled as dynamic plugin by adding
-DMYSQL_DYNAMIC_PLUGIN into CFLAGS.


plugin/fulltext/Makefile.am:
  Compile mypluglib as dynamic mysql plugin.
2006-05-19 17:46:34 +05:00
..
fulltext BUG#19907 - simple_parser plugin cannot be installed 2006-05-19 17:46:34 +05:00
Makefile.am fixes 2006-04-30 15:52:30 -04:00