[Groonga-mysql-commit] mroonga/mroonga at ef45d08 [master] rpm mariadb10.2: XtraDB or InnoDB is required

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 31 00:12:51 JST 2017


Kouhei Sutou	2017-12-31 00:12:51 +0900 (Sun, 31 Dec 2017)

  New Revision: ef45d08b0d6977d62cdeedc32de201ebd6f9ccb2
  https://github.com/mroonga/mroonga/commit/ef45d08b0d6977d62cdeedc32de201ebd6f9ccb2

  Message:
    rpm mariadb10.2: XtraDB or InnoDB is required
    
    We use InnoDB because MariaDB uses InnoDB by default since 10.2.

  Modified files:
    packages/rpm/centos/mariadb-10.2-mroonga.spec.in

  Modified: packages/rpm/centos/mariadb-10.2-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/mariadb-10.2-mroonga.spec.in    2017-12-31 00:09:01 +0900 (55395a0f)
+++ packages/rpm/centos/mariadb-10.2-mroonga.spec.in    2017-12-31 00:12:51 +0900 (86180854)
@@ -78,7 +78,7 @@ cmake%{?el6:28} . \
   -DPLUGIN_FEDERATED=NO \
   -DPLUGIN_FEDERATEDX=NO \
   -DPLUGIN_HEAP=NO \
-  -DPLUGIN_INNOBASE=NO \
+  -DPLUGIN_INNOBASE=YES \
   -DPLUGIN_MROONGA=NO \
   -DPLUGIN_MYISAM=NO \
   -DPLUGIN_MYISAMMRG=NO \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171231/17889947/attachment-0001.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index