mariadb/plugin/fulltext
svoj@april.(none) eddfcc147c 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.
2006-05-19 17:46:34 +05:00
..
AUTHORS changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
ChangeLog changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
configure.in plugin/fulltext/configure.in 2006-04-07 22:36:04 +02:00
Makefile.am BUG#19907 - simple_parser plugin cannot be installed 2006-05-19 17:46:34 +05:00
NEWS changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
plugin_example.c WL#3201 2006-04-13 13:49:29 -07:00
README changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00

README file example for a plugin