summaryrefslogtreecommitdiff
path: root/storage/ndb
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/ndb
parente71eb27aa2c83f9f7fd3323fe0bed9fede07be23 (diff)
downloadmariadb-git-45ee26699ee107b78aecb8d5a9afb46e4bebfa89.tar.gz
remove redundant declarations
Diffstat (limited to 'storage/ndb')
-rw-r--r--storage/ndb/plug.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/ndb/plug.in b/storage/ndb/plug.in
index 3d3349f7a8b..d5f30d1e4b2 100644
--- a/storage/ndb/plug.in
+++ b/storage/ndb/plug.in
@@ -1,6 +1,5 @@
MYSQL_STORAGE_ENGINE(ndbcluster, ndbcluster, [Cluster Storage Engine],
[High Availability Clustered tables],)
-MYSQL_PLUGIN_DIRECTORY(ndbcluster,[storage/ndb])
MYSQL_PLUGIN_STATIC(ndbcluster, [[\$(ndbcluster_libs) \$(ndbcluster_system_libs) \$(NDB_SCI_LIBS)]])
MYSQL_PLUGIN_ACTIONS(ndbcluster,[MYSQL_SETUP_NDBCLUSTER])
MYSQL_PLUGIN_DEPENDS(ndbcluster, [partition])