0002-mysql-add-innodb-engine-to-package.patch 501 B

123456789101112131415
  1. diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
  2. index ea330f2515..826612b655 100644
  3. --- a/package/mysql/mysql.mk
  4. +++ b/package/mysql/mysql.mk
  5. @@ -84,8 +84,8 @@ MYSQL_CONF_OPTS += \
  6. --without-plugin-example \
  7. --without-plugin-federated \
  8. --without-plugin-ibmdb2i \
  9. - --without-plugin-innobase \
  10. - --without-plugin-innodb_plugin \
  11. + --with-plugin-innobase \
  12. + --with-plugin-innodb_plugin \
  13. --without-plugin-ndbcluster
  14. # Debugging is only available for the server, so no need for