[Groonga-mysql-commit] mroonga/mroonga at 2241a88 [master] Remove needless value for flag macro

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Nov 17 22:10:44 JST 2013


Kouhei Sutou	2013-11-17 22:10:44 +0900 (Sun, 17 Nov 2013)

  New Revision: 2241a88711e0c0a3d7070a75e294cd1b8ac91e07
  https://github.com/mroonga/mroonga/commit/2241a88711e0c0a3d7070a75e294cd1b8ac91e07

  Message:
    Remove needless value for flag macro
    
    We should use it by checking whether defined or not.

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+1 -1)
===================================================================
--- ha_mroonga.hpp    2013-11-17 22:10:21 +0900 (228012a)
+++ ha_mroonga.hpp    2013-11-17 22:10:44 +0900 (e3aa303)
@@ -88,7 +88,7 @@ extern "C" {
 #endif
 
 #if MYSQL_VERSION_ID < 50600
-#  define MRN_HANDLER_HAVE_GET_TABLESPACE_NAME 1
+#  define MRN_HANDLER_HAVE_GET_TABLESPACE_NAME
 #endif
 
 #if MYSQL_VERSION_ID >= 50500
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index