|
@@ -0,0 +1,15 @@
|
|
|
+diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
|
|
|
+index ea330f2515..826612b655 100644
|
|
|
+--- a/package/mysql/mysql.mk
|
|
|
++++ b/package/mysql/mysql.mk
|
|
|
+@@ -84,8 +84,8 @@ MYSQL_CONF_OPTS += \
|
|
|
+ --without-plugin-example \
|
|
|
+ --without-plugin-federated \
|
|
|
+ --without-plugin-ibmdb2i \
|
|
|
+- --without-plugin-innobase \
|
|
|
+- --without-plugin-innodb_plugin \
|
|
|
++ --with-plugin-innobase \
|
|
|
++ --with-plugin-innodb_plugin \
|
|
|
+ --without-plugin-ndbcluster
|
|
|
+
|
|
|
+ # Debugging is only available for the server, so no need for
|