Kouhei Sutou
null+****@clear*****
Mon Nov 26 19:24:05 JST 2012
Kouhei Sutou 2012-11-26 19:24:05 +0900 (Mon, 26 Nov 2012) New Revision: 94f361f13c080877e11750202d77027be0d4b945 https://github.com/mroonga/mroonga/commit/94f361f13c080877e11750202d77027be0d4b945 Log: mysql51: don't include tztime.h Because tztime.h is already included from mysql_priv.h. Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2012-11-26 18:05:23 +0900 (6d26bbf) +++ ha_mroonga.cpp 2012-11-26 19:24:05 +0900 (a2c2e80) @@ -29,6 +29,7 @@ # include <sql_plugin.h> # include <sql_show.h> # include <key.h> +# include <tztime.h> #endif #include <sql_select.h> @@ -39,7 +40,6 @@ #include <ft_global.h> #include <spatial.h> -#include <tztime.h> #include <mysql.h> #include <sys/types.h> #include <sys/stat.h> -------------- next part -------------- HTML����������������������������...Télécharger