mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
8 lines
341 B
Text
8 lines
341 B
Text
|
dnl MYSQL_STORAGE_ENGINE(myisam,no, [MyISAM Storage Engine],
|
||
|
dnl [Traditional non-transactional MySQL tables])
|
||
|
dnl MYSQL_PLUGIN_DIRECTORY(myisam, [storage/myisam])
|
||
|
dnl MYSQL_PLUGIN_STATIC(myisam, [libmyisam.a])
|
||
|
dnl MYSQL_PLUGIN_MANDATORY(myisam) dnl Default
|
||
|
dnl MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(myisam, [ha_myisam.cc])
|
||
|
|