mariadb/libmysqld/examples
Ramil Kalimullin 37c97fd472 Fix for bug #50667: The InnoDB plugin prevents initialization
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.


libmysqld/examples/Makefile.am:
  Fix for bug #50667: The InnoDB plugin prevents initialization
  of the "embedded" server
    - use -export-dynamic (on FreeBSD/DragonFly) building
  mysqltest_embedded to allow using its global symbols 
  to resolve references in the dynamically loaded plugin libraries.
2010-07-16 11:15:22 +04:00
..
builder-sample Fixed compilations problems and warnings on windows 2007-02-23 22:48:15 +02:00
CMakeLists.txt Bug #43715 Link errors when trying to link mysql_embedded.exe 2009-03-17 23:28:24 +01:00
Makefile.am Fix for bug #50667: The InnoDB plugin prevents initialization 2010-07-16 11:15:22 +04:00
test-run embedded-mode tests fixed 2006-11-13 10:39:15 +04:00