[Groonga-mysql-commit] mroonga/mroonga at d9fdb41 [master] Fix multi range read disk sweep. refs #1959

Back to archive index

Kenji Maruyama null+****@clear*****
Thu Nov 14 12:48:25 JST 2013


Kenji Maruyama	2013-11-14 12:48:25 +0900 (Thu, 14 Nov 2013)

  New Revision: d9fdb41bdafb79dfe23b2748aeece0f1db9b9b62
  https://github.com/mroonga/mroonga/commit/d9fdb41bdafb79dfe23b2748aeece0f1db9b9b62

  Message:
    Fix multi range read disk sweep. refs #1959
    
    Reported by Kimura. Thanks!!!
    
    This reverts commit 570279835faf81f0df89051425d2a354a1585c82.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -2)
===================================================================
--- ha_mroonga.cpp    2013-11-14 12:11:00 +0900 (554b1cc)
+++ ha_mroonga.cpp    2013-11-14 12:48:25 +0900 (2e01a18)
@@ -3809,9 +3809,7 @@ int ha_mroonga::wrapper_open(const char *name, int mode, uint test_if_locked)
       DBUG_RETURN(HA_ERR_OUT_OF_MEM);
     }
     wrap_handler->init();
-#if MYSQL_VERSION_ID >= 50600
     wrap_handler->set_ha_share_ref(&table->s->ha_share);
-#endif
     error = wrap_handler->ha_open(table, name, mode, test_if_locked);
   } else {
 #ifdef MRN_HANDLER_CLONE_NEED_NAME
-------------- next part --------------
HTML����������������������������...
下載 



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