[Groonga-mysql-commit] mroonga/mroonga at a431ffb [master] package rpm: force to enable fast mutexes for Oracle package

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 4 13:20:00 JST 2015


Kouhei Sutou	2015-06-04 13:20:00 +0900 (Thu, 04 Jun 2015)

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

  Message:
    package rpm: force to enable fast mutexes for Oracle package
    
    Because MySQL 5.6.25 doesn't pass `-DMY_PTHREAD_FASTMUTEX=1` by
    mysql_config.
    
    https://github.com/mysql/mysql-server/commit/e996a02001fe93c914b7f67ad46a969c7f6648a0#diff-8f3c9300450de99330664f1e5d6ea921R120
    
    We can't guess whether fast mutexes is needed or not by mysql_config
    output. So we force to enable fast mutexes for MySQL package provided by
    Oracle.

  Modified files:
    packages/rpm/centos/mysql56-community-mroonga.spec.in

  Modified: packages/rpm/centos/mysql56-community-mroonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-04 13:19:44 +0900 (a63ddeb)
+++ packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-04 13:20:00 +0900 (96180ed)
@@ -80,6 +80,7 @@ fi
 %configure \
     --disable-static \
     --with-mysql-source=${mysql_source} \
+    --enable-fast-mutexes \
     %{?mroonga_configure_options}
 make %{?_smp_mflags}
 
-------------- next part --------------
HTML����������������������������...
Download 



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