summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2006-05-04 17:14:56 -0400
committerunknown <serg@sergbook.mysql.com>2006-05-04 17:14:56 -0400
commitb41823175db16d053b19a5fcc07e391ecc33353b (patch)
tree578066bba37b961814e3f08bde2833c3caec8ff4 /storage
parent9d08bc06207a7ad399e0e09b08cc49721cce97e5 (diff)
downloadmariadb-git-b41823175db16d053b19a5fcc07e391ecc33353b.tar.gz
auto-include plug.in, remove the need for plugins to modify configure.in
configure.in: plug.in examples
Diffstat (limited to 'storage')
-rw-r--r--storage/archive/plug.in5
-rw-r--r--storage/example/plug.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/storage/archive/plug.in b/storage/archive/plug.in
new file mode 100644
index 00000000000..e5424dd0762
--- /dev/null
+++ b/storage/archive/plug.in
@@ -0,0 +1,5 @@
+MYSQL_STORAGE_ENGINE(archive,, [Archive Storage Engine],
+ [Archive Storage Engine], [max,max-no-ndb])
+MYSQL_PLUGIN_DIRECTORY(archive, [storage/archive])
+MYSQL_PLUGIN_STATIC(archive, [libarchive.a])
+MYSQL_PLUGIN_DYNAMIC(archive, [ha_archive.la])
diff --git a/storage/example/plug.in b/storage/example/plug.in
new file mode 100644
index 00000000000..10ab920c718
--- /dev/null
+++ b/storage/example/plug.in
@@ -0,0 +1,5 @@
+MYSQL_STORAGE_ENGINE(example,, [Example Storage Engine],
+ [Skeleton for Storage Engines for developers], [max,max-no-ndb])
+MYSQL_PLUGIN_DIRECTORY(example, [storage/example])
+MYSQL_PLUGIN_STATIC(example, [libexample.a])
+MYSQL_PLUGIN_DYNAMIC(example, [ha_example.la])