[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [mysql-5.6] handler::clone() doesn't receive name again...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:27:23 JST 2012


Kouhei Sutou	2011-08-12 10:08:43 +0900 (Fri, 12 Aug 2011)

  New Revision: 0bb5ea3f808c6c1f93afffcb9256d502726dcd43
  https://github.com/mroonga/mroonga/commit/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 10:06:05 +0900 (f9cea20)
+++ ha_mroonga.h    2011-08-12 10:08:43 +0900 (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
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index