From 92fe98d7d7df522f1913b74e0c74d2319234ef3d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Dec 2007 14:48:50 +0100 Subject: [PATCH] restore plug.in - referenced by Makefile.am --- configure.in | 2 +- storage/myisam/plug.in | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 storage/myisam/plug.in 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]) +