restore plug.in - referenced by Makefile.am
This commit is contained in:
parent
bcf526b72a
commit
92fe98d7d7
@ -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
7
storage/myisam/plug.in
Normal 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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user