null+****@clear*****
null+****@clear*****
2010年 11月 2日 (火) 19:40:33 JST
Tetsuro IKEDA 2010-11-02 10:40:33 +0000 (Tue, 02 Nov 2010)
New Revision: 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 09:39:30 +0000 (646510c)
+++ ha_mroonga.cc 2010-11-02 10:40:33 +0000 (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>