null+****@clear*****
null+****@clear*****
2011年 8月 12日 (金) 10:08:43 JST
Kouhei Sutou 2011-08-12 01:08:43 +0000 (Fri, 12 Aug 2011)
New Revision: 0bb5ea3f808c6c1f93afffcb9256d502726dcd43
Log:
[mysql-5.6] handler::clone() doesn't receive name again...
Modified files:
ha_mroonga.h
Modified: ha_mroonga.h (+2 -1)
===================================================================
--- ha_mroonga.h 2011-08-12 01:06:05 +0000 (f9cea20)
+++ ha_mroonga.h 2011-08-12 01:08:43 +0000 (6132a05)
@@ -32,7 +32,8 @@ extern "C" {
#include <groonga.h>
#include "mrn_sys.h"
-#if MYSQL_VERSION_ID >= 50513 || (MYSQL_VERSION_ID >= 50158 && MYSQL_VERSION_ID < 50500)
+#if (MYSQL_VERSION_ID >= 50513 && MYSQL_VERSION_ID < 50600) || \
+ (MYSQL_VERSION_ID >= 50158 && MYSQL_VERSION_ID < 50500)
# define MRN_HANDLER_CLONE_NEED_NAME 1
#endif