Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:27:29 JST 2012
Kouhei Sutou 2011-08-12 11:56:30 +0900 (Fri, 12 Aug 2011) New Revision: 75ddab30b3bb05246f9917112ff1ba66e455f88c https://github.com/mroonga/mroonga/commit/75ddab30b3bb05246f9917112ff1ba66e455f88c Log: [mysql-5.6] handler::clone() receives name again in MySQL 5.6.3... Modified files: ha_mroonga.h Modified: ha_mroonga.h (+2 -1) =================================================================== --- ha_mroonga.h 2011-08-12 11:49:57 +0900 (632eda3) +++ ha_mroonga.h 2011-08-12 11:56:30 +0900 (43c8839) @@ -32,7 +32,8 @@ extern "C" { #include <groonga.h> #include "mrn_sys.h" -#if (MYSQL_VERSION_ID >= 50513 && MYSQL_VERSION_ID < 50600) || \ +#if (MYSQL_VERSION_ID >= 50603) || \ + (MYSQL_VERSION_ID >= 50513 && MYSQL_VERSION_ID < 50600) || \ (MYSQL_VERSION_ID >= 50158 && MYSQL_VERSION_ID < 50500) # define MRN_HANDLER_CLONE_NEED_NAME 1 #endif -------------- next part -------------- HTML����������������������������...Download