[Groonga-mysql-commit] mroonga/mroonga at 638bdd1 [master] Remove needless code for old MySQL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 23:14:24 JST 2015


Kouhei Sutou	2015-06-21 23:14:24 +0900 (Sun, 21 Jun 2015)

  New Revision: 638bdd12932a4ef6d27b325ccd7e506310fd5d2a
  https://github.com/mroonga/mroonga/commit/638bdd12932a4ef6d27b325ccd7e506310fd5d2a

  Message:
    Remove needless code for old MySQL

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -3)
===================================================================
--- ha_mroonga.cpp    2015-06-21 23:13:42 +0900 (9a5c3a6)
+++ ha_mroonga.cpp    2015-06-21 23:14:24 +0900 (a94278e)
@@ -346,9 +346,6 @@ static const char *mrn_inspect_thr_lock_type(enum thr_lock_type lock_type)
   case TL_WRITE_ALLOW_WRITE:
     inspected = "TL_WRITE_ALLOW_WRITE";
     break;
-  case TL_WRITE_ALLOW_READ:
-    inspected = "TL_WRITE_ALLOW_READ";
-    break;
 #ifdef MRN_HAVE_TL_WRITE_CONCURRENT_DEFAULT
   case TL_WRITE_CONCURRENT_DEFAULT:
     inspected = "TL_WRITE_CONCURRENT_DEFAULT";
-------------- next part --------------
HTML����������������������������...
Descargar 



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