mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
b8e31d05f1
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
6 lines
313 B
Text
6 lines
313 B
Text
MYSQL_STORAGE_ENGINE(myisammrg,no,[MyISAM MERGE Engine],
|
|
[Merge multiple MySQL tables into one])
|
|
MYSQL_PLUGIN_DIRECTORY(myisammrg,[storage/myisammrg])
|
|
MYSQL_PLUGIN_STATIC(myisammrg, [libmyisammrg.a])
|
|
MYSQL_PLUGIN_MANDATORY(myisammrg)
|
|
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(myisammrg, [ha_myisammrg.cc])
|