summaryrefslogtreecommitdiff
path: root/storage/xtradb/plug.in
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/plug.in')
-rw-r--r--storage/xtradb/plug.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/xtradb/plug.in b/storage/xtradb/plug.in
index 37c895fb520..24ab62ec24b 100644
--- a/storage/xtradb/plug.in
+++ b/storage/xtradb/plug.in
@@ -15,7 +15,10 @@
#
MYSQL_STORAGE_ENGINE(xtradb, xtradb, [XtraDB Storage Engine],
- [XtraDB - a drop-in replacement for InnoDB], [max,max-no-ndb])
+ [XtraDB - a drop-in replacement for InnoDB],
+ dnl[max,max-no-ndb]
+ )
+MYSQL_PLUGIN_DISABLED(xtradb)
MYSQL_PLUGIN_DIRECTORY(xtradb, [storage/xtradb])
MYSQL_PLUGIN_STATIC(xtradb, [libxtradb.a])
MYSQL_PLUGIN_DYNAMIC(xtradb, [ha_xtradb.la])