restore plug.in - referenced by Makefile.am

This commit is contained in:
unknown 2007-12-13 14:48:50 +01:00
parent bcf526b72a
commit 92fe98d7d7
2 changed files with 8 additions and 1 deletions

View File

@ -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])

7
storage/myisam/plug.in Normal file
View File

@ -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])