• Ramil Kalimullin's avatar
    Fix for bug #50667: The InnoDB plugin prevents initialization · a9b8eb42
    Ramil Kalimullin authored
    of the "embedded" server
    
    Problem: mysqltest_embedded failed to load ha_innodb_plugin library
    on some platforms (due to some unresolved references).
    
    Fix: on FreeBSD use -export-dynamic flag building mysqltest_embedded.
    That allows to use its global symbols to resolve references in the
    dynamically loaded plugin library.
    a9b8eb42
Makefile.am 2.13 KB