mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
fe68583216
Problem is that some files moved to storage/*/ still are dependent on sql/ code (usually use members of THD structure) that can get different being compiled with another #define-s Code added to recompile these for the embedded server config/ac-macros/plugins.m4: macros added to check if the storage has sql/ - dependent code libmysqld/Makefile.am: symlink files from storage/*/ needed to be recompiled with EMBEDDED_LIBRARY storage/federated/plug.in: ha_federated.cc uses THD structure storage/heap/plug.in: ha_heap.cc uses THD structure storage/innobase/plug.in: ha_innodb.cc uses THD structure storage/myisam/plug.in: ha_myisam.cc uses THD structure storage/myisammrg/plug.in: ha_myisammrg.cc uses THD structure
5 lines
307 B
Text
5 lines
307 B
Text
MYSQL_STORAGE_ENGINE(federated,,[Federated Storage Engine],
|
|
[Connects to tables on remote MySQL servers], [max,max-no-ndb])
|
|
MYSQL_PLUGIN_STATIC(federated, [libfederated.a])
|
|
MYSQL_PLUGIN_DYNAMIC(federated, [ha_federated.la])
|
|
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(federated, [ha_federated.cc])
|