[Groonga-mysql-commit] mroonga/mroonga [master] mysql56: remove needless InnoDB FTS check

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 21:31:51 JST 2012


Kouhei Sutou	2012-10-23 21:31:51 +0900 (Tue, 23 Oct 2012)

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

  Log:
    mysql56: remove needless InnoDB FTS check

  Modified files:
    configure.ac

  Modified: configure.ac (+0 -9)
===================================================================
--- configure.ac    2012-10-23 21:29:03 +0900 (a29744d)
+++ configure.ac    2012-10-23 21:31:51 +0900 (a091357)
@@ -168,15 +168,6 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
   MYSQL_CFLAGS="$MYSQL_CFLAGS $($ac_mysql_config --cflags)"
   MYSQL_INCLUDES="$MYSQL_INCLUDES $($ac_mysql_config --include)"
   MYSQL_VERSION="$($ac_mysql_config --version)"
-
-  AC_MSG_CHECKING([for InnoDB FTS])
-  mrn_mysql_innodb_fts_p=no
-  if test x"$MYSQL_VERSION" == x"5.6.3-labs-innodb-fts"; then
-    mrn_mysql_innodb_fts_p=yes
-    AC_DEFINE([MRN_MYSQL_INNODB_FTS_P], [1],
-              [Define to 1 if the target MySQL has InnoDB FTS])
-  fi
-  AC_MSG_RESULT($mrn_mysql_innodb_fts_p)
 ])
 
 m4_define([mrn_required_groonga_version], m4_include(required_groonga_version))
-------------- next part --------------
HTML����������������������������...
Download 



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