Kouhei Sutou
null+****@clear*****
Sun Jun 21 22:57:09 JST 2015
Kouhei Sutou 2015-06-21 22:57:09 +0900 (Sun, 21 Jun 2015) New Revision: abc25e1f0630d38aaf122823d46356c397bcd707 https://github.com/mroonga/mroonga/commit/abc25e1f0630d38aaf122823d46356c397bcd707 Message: Remove needless check for MySQL < 5.5 Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+5 -8) =================================================================== --- ha_mroonga.cpp 2015-06-21 22:56:32 +0900 (2117531) +++ ha_mroonga.cpp 2015-06-21 22:57:09 +0900 (7f02f3f) @@ -27,14 +27,11 @@ #pragma implementation #endif -#if MYSQL_VERSION_ID >= 50500 -# include <sql_plugin.h> -# include <sql_show.h> -# include <key.h> -# include <tztime.h> -# include <sql_base.h> -#endif - +#include <sql_plugin.h> +#include <sql_show.h> +#include <key.h> +#include <tztime.h> +#include <sql_base.h> #include <sql_select.h> #include <item_sum.h> -------------- next part -------------- HTML����������������������������... Download