[Groonga-mysql-commit] mroonga/mroonga [master] mysql56: MySQL 5.6.7-rc drops handler::add_index()

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 21:48:32 JST 2012


Kouhei Sutou	2012-10-23 21:48:32 +0900 (Tue, 23 Oct 2012)

  New Revision: 1b5a2ae43047975ed48e9f272d86b35ca185f519
  https://github.com/mroonga/mroonga/commit/1b5a2ae43047975ed48e9f272d86b35ca185f519

  Log:
    mysql56: MySQL 5.6.7-rc drops handler::add_index()

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+1 -2)
===================================================================
--- ha_mroonga.hpp    2012-10-23 21:31:51 +0900 (ab88d03)
+++ ha_mroonga.hpp    2012-10-23 21:48:32 +0900 (7e4a058)
@@ -40,8 +40,7 @@ extern "C" {
 #  define MRN_HANDLER_CLONE_NEED_NAME 1
 #endif
 
-#if (MYSQL_VERSION_ID >= 50603) || \
-    (MYSQL_VERSION_ID >= 50514)
+#if (MYSQL_VERSION_ID >= 50514 && MYSQL_VERSION_ID < 50600)
 #  define MRN_HANDLER_HAVE_FINAL_ADD_INDEX 1
 #endif
 
-------------- next part --------------
HTML����������������������������...
Download 



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