[Groonga-mysql-commit] mroonga/mroonga at 60914f5 [master] mysql57: reorder

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 14 23:52:50 JST 2015


Kouhei Sutou	2015-03-14 23:52:50 +0900 (Sat, 14 Mar 2015)

  New Revision: 60914f5744d7c6643ea6b9f77042cdd5280daf5a
  https://github.com/mroonga/mroonga/commit/60914f5744d7c6643ea6b9f77042cdd5280daf5a

  Message:
    mysql57: reorder

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+3 -3)
===================================================================
--- mrn_mysql_compat.h    2015-03-14 23:52:25 +0900 (5d449f5)
+++ mrn_mysql_compat.h    2015-03-14 23:52:50 +0900 (632ac77)
@@ -142,14 +142,14 @@
 #endif
 
 #ifdef MRN_HAVE_PSI_MEMORY_KEY
-#  define mrn_my_strndup(string, size, flags) \
-  my_strndup(mrn_memory_key, string, size, flags)
 #  define mrn_my_malloc(size, flags) \
   my_malloc(mrn_memory_key, size, flags)
+#  define mrn_my_strndup(string, size, flags) \
+  my_strndup(mrn_memory_key, string, size, flags)
 #else
+#  define mrn_my_malloc(size, flags) my_malloc(size, flags)
 #  define mrn_my_strndup(string, size, flags) \
   my_strndup(string, size, flags)
-#  define mrn_my_malloc(size, flags) my_malloc(size, flags)
 #endif
 
 #if MYSQL_VERSION_ID >= 50706 && !defined(MRN_MARIADB_P)
-------------- next part --------------
HTML����������������������������...
下載 



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