[Groonga-mysql-commit] mroonga/mroonga at 04c23d7 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 17:41:15 JST 2018


Kouhei Sutou	2018-07-09 17:41:15 +0900 (Mon, 09 Jul 2018)

  New Revision: 04c23d74b19fb01c8940304db4de99991c8307cc
  https://github.com/mroonga/mroonga/commit/04c23d74b19fb01c8940304db4de99991c8307cc

  Message:
    Fix a typo

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2018-07-09 17:38:01 +0900 (c28f66e6)
+++ ha_mroonga.cpp    2018-07-09 17:41:15 +0900 (123f9507)
@@ -406,7 +406,7 @@ static PSI_mutex_info mrn_mutexes[] =
     mysql_mutex_register(category, mutexes, n_mutexes); \
   } while (false)
 #  elif defined(MRN_HAVE_PSI_SERVER)
-#    define MRN_REGISTER_MUTEXES(gategory, mutexes)             \
+#    define MRN_REGISTER_MUTEXES(category, mutexes)             \
   do {                                                          \
     if (PSI_server) {                                           \
       int n_mutexes = array_elements(mutexes);                  \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/b9de5e17/attachment.htm 



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