summaryrefslogtreecommitdiff
path: root/storage/myisammrg
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-10-04 15:01:26 +0200
committerSergei Golubchik <sergii@pisem.net>2011-10-04 15:01:26 +0200
commit45ee26699ee107b78aecb8d5a9afb46e4bebfa89 (patch)
tree49543d3ec16f05bcfc304afeebc97839558122b1 /storage/myisammrg
parente71eb27aa2c83f9f7fd3323fe0bed9fede07be23 (diff)
downloadmariadb-git-45ee26699ee107b78aecb8d5a9afb46e4bebfa89.tar.gz
remove redundant declarations
Diffstat (limited to 'storage/myisammrg')
-rw-r--r--storage/myisammrg/plug.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/myisammrg/plug.in b/storage/myisammrg/plug.in
index a2654373fba..22cd5b17cb4 100644
--- a/storage/myisammrg/plug.in
+++ b/storage/myisammrg/plug.in
@@ -1,5 +1,4 @@
MYSQL_STORAGE_ENGINE(myisammrg,no,[MyISAM MERGE Engine],
[Merge multiple MySQL tables into one])
-MYSQL_PLUGIN_DIRECTORY(myisammrg,[storage/myisammrg])
MYSQL_PLUGIN_STATIC(myisammrg, [libmyisammrg_s.la], [libmyisammrg_embedded.la])
MYSQL_PLUGIN_MANDATORY(myisammrg)