mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
7 lines
341 B
Text
7 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])
|
|
|