[Groonga-mysql-commit] mroonga/mroonga at 3861393 [master] Use libmysqlservice.a on MySQL 5.5 too

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 21 16:56:36 JST 2013


Kouhei Sutou	2013-11-21 16:56:36 +0900 (Thu, 21 Nov 2013)

  New Revision: 3861393ad8de6ec8a9e04b9b4cac78931fc0d38b
  https://github.com/mroonga/mroonga/commit/3861393ad8de6ec8a9e04b9b4cac78931fc0d38b

  Message:
    Use libmysqlservice.a on MySQL 5.5 too
    
    Because thd_alloc() uses thd_alloc_service that is defined in
    libmysqlservice.a.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-11-21 16:47:46 +0900 (1673212)
+++ configure.ac    2013-11-21 16:56:36 +0900 (b15ccbe)
@@ -181,7 +181,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
 
   MYSQL_MAJOR_MINOR_VERSION=["$(echo $MYSQL_VERSION | sed -e 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*[a-z]*\)$/\1.\2/')"]
   case "$MYSQL_MAJOR_MINOR_VERSION" in
-  5.1|5.5)
+  5.1)
       MYSQL_LIBS=""
       ;;
   *)
-------------- next part --------------
HTML����������������������������...
다운로드 



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