mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
8 lines
456 B
Text
8 lines
456 B
Text
MYSQL_STORAGE_ENGINE(maria,, [Maria Storage Engine],
|
|
[Traditional transactional MySQL tables], [max,max-no-ndb])
|
|
MYSQL_PLUGIN_DIRECTORY(maria, [storage/maria])
|
|
MYSQL_PLUGIN_ACTIONS(maria, [AC_CONFIG_FILES(storage/maria/unittest/Makefile)])
|
|
MYSQL_PLUGIN_STATIC(maria, [libmaria.a])
|
|
# Maria will probably go first into max builds, not all builds,
|
|
# so we don't declare it mandatory.
|
|
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(maria, [ha_maria.cc])
|