• unknown's avatar
    BUG#19907 - simple_parser plugin cannot be installed · 8195051e
    unknown authored
    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.
    8195051e
Makefile.am 321 Bytes