Kouhei Sutou
null+****@clear*****
Thu Jul 20 23:30:08 JST 2017
Kouhei Sutou 2017-07-20 23:30:08 +0900 (Thu, 20 Jul 2017) New Revision: 928c88e52631365c56e86a7e259d995217b0fe2b https://github.com/mroonga/mroonga/commit/928c88e52631365c56e86a7e259d995217b0fe2b Message: mysql80: use SELECT_LEX Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+4 -0) =================================================================== --- mrn_mysql_compat.h 2017-07-20 23:29:45 +0900 (47dff1a) +++ mrn_mysql_compat.h 2017-07-20 23:30:08 +0900 (e63249b) @@ -46,6 +46,10 @@ typedef char *range_id_t; #endif +#if defined(MRN_MARIADB_P) || MYSQL_VERSION_ID < 80002 + typedef st_select_lex SELECT_LEX; +#endif + #if MYSQL_VERSION_ID >= 50609 # define MRN_KEY_HAS_USER_DEFINED_KEYPARTS #endif -------------- next part -------------- HTML����������������������������...Download