diff --git a/configure.in b/configure.in index 0bfee7cfdc1..12490201d00 100644 --- a/configure.in +++ b/configure.in @@ -2243,7 +2243,7 @@ MYSQL_CHECK_SSL # MyISAM is declared here,not in storage/myisam/plug.in # because we want it to be the first in the list of plugins, # Maria needs it. When it'll be fixed the declaration below can -# be removed and storage/myisam/plug.in - undeleted (bk unrm) +# be removed and restored (uncommented) in storage/myisam/plug.in MYSQL_STORAGE_ENGINE(myisam,no, [MyISAM Storage Engine], [Traditional non-transactional MySQL tables]) MYSQL_PLUGIN_DIRECTORY(myisam, [storage/myisam]) diff --git a/storage/myisam/plug.in b/storage/myisam/plug.in new file mode 100644 index 00000000000..e92b5e56d7f --- /dev/null +++ b/storage/myisam/plug.in @@ -0,0 +1,7 @@ +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]) +