null+****@clear*****
null+****@clear*****
2011年 6月 21日 (火) 12:15:34 JST
Kouhei Sutou 2011-06-21 03:15:34 +0000 (Tue, 21 Jun 2011)
New Revision: fcf2648b9007685ef5b1815ea556caa6b78988f6
Log:
key.h is just needed for MySQL >= 5.5.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2011-06-21 03:11:07 +0000 (b7bcce3)
+++ ha_mroonga.cc 2011-06-21 03:15:34 +0000 (8a81ae9)
@@ -48,10 +48,10 @@
#include <sql_plugin.h>
#include <sql_show.h>
#include "sql_partition.h"
+#include <key.h>
#endif
#include <sql_select.h>
#include <ft_global.h>
-#include <key.h>
#include <mysql.h>
#include <pthread.h>
#include <sys/types.h>