Kouhei Sutou
null+****@clear*****
Sun Aug 9 16:33:01 JST 2015
Kouhei Sutou 2015-08-09 16:33:01 +0900 (Sun, 09 Aug 2015) New Revision: b1900de40d3e2d615b707c46c91a0ccddca2ec7c https://github.com/mroonga/mroonga/commit/b1900de40d3e2d615b707c46c91a0ccddca2ec7c Message: Remove code for MySQL < 5.5 Modified files: mrn_mysql.h Modified: mrn_mysql.h (+0 -5) =================================================================== --- mrn_mysql.h 2015-08-09 13:15:08 +0900 (644825d) +++ mrn_mysql.h 2015-08-09 16:33:01 +0900 (23bd2f1) @@ -43,15 +43,10 @@ #define MYSQL_SERVER 1 #include <mysql_version.h> -#if MYSQL_VERSION_ID < 50500 -# include <mysql_priv.h> -# include <mysql/plugin.h> -#else # include <sql_const.h> # include <sql_class.h> # include <probes_mysql.h> # include <sql_partition.h> -#endif #include <rpl_filter.h> #ifdef MARIADB_BASE_VERSION -------------- next part -------------- HTML����������������������������...Download