Tetsuro IKEDA
null+****@clear*****
Thu Oct 4 10:28:44 JST 2012
Tetsuro IKEDA 2010-11-02 19:40:33 +0900 (Tue, 02 Nov 2010) New Revision: 2ee47e37cd8acad4ecf094a151f0a834b4d936fe https://github.com/mroonga/mroonga/commit/2ee47e37cd8acad4ecf094a151f0a834b4d936fe Log: enable to build with mysql-5.5 (default). Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+8 -0) =================================================================== --- ha_mroonga.cc 2010-10-29 18:39:30 +0900 (646510c) +++ ha_mroonga.cc 2010-11-02 19:40:33 +0900 (37146c6) @@ -23,8 +23,16 @@ #define MYSQL_SERVER 1 +#ifdef MYSQL51 #include <mysql_priv.h> #include <mysql/plugin.h> +#else /* MYSQL51 */ +#include <sql_priv.h> +#include <sql_class.h> +#include <probes_mysql.h> +#include <sql_plugin.h> +#include <sql_show.h> +#endif #include <sql_select.h> #include <pthread.h> #include <sys/types.h> -------------- next part -------------- HTML����������������������������...Download