mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +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
7 lines
317 B
Text
7 lines
317 B
Text
MYSQL_STORAGE_ENGINE(myisam,no, [MyISAM Storage Engine],
|
|
[Traditional non-transactional MySQL tables])
|
|
MYSQL_PLUGIN_DIRECTORY(myisam, [storage/myisam])
|
|
MYSQL_PLUGIN_STATIC(myisam, [libmyisam.a])
|
|
MYSQL_PLUGIN_MANDATORY(myisam) dnl Default
|
|
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(myisam, [ha_myisam.cc])
|
|
|