[Groonga-mysql-commit] mroonga/mroonga at de2b5cc [master] mariadb10.2: Alter_inplace_info::ALTER_STORED_COLUMN_TYPE is merged

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 28 11:11:52 JST 2016


Kouhei Sutou	2016-12-28 11:11:52 +0900 (Wed, 28 Dec 2016)

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

  Message:
    mariadb10.2: Alter_inplace_info::ALTER_STORED_COLUMN_TYPE is merged

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+2 -1)
===================================================================
--- ha_mroonga.hpp    2016-12-28 11:06:58 +0900 (a0dd260)
+++ ha_mroonga.hpp    2016-12-28 11:11:52 +0900 (8556dc1)
@@ -206,7 +206,8 @@ extern "C" {
 #  define MRN_HANDLER_HAVE_RESET_AUTO_INCREMENT
 #endif
 
-#if MYSQL_VERSION_ID >= 50709 && !defined(MRN_MARIADB_P)
+#if (!defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 50709) ||   \
+  (defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100203)
 #  define MRN_ALTER_INPLACE_INFO_ALTER_STORED_COLUMN_TYPE \
   Alter_inplace_info::ALTER_STORED_COLUMN_TYPE
 #  define MRN_ALTER_INPLACE_INFO_ALTER_STORED_COLUMN_ORDER \
-------------- next part --------------
HTML����������������������������...
다운로드 



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