[Groonga-mysql-commit] mroonga/mroonga at ceb3cfd [master] Enable API which fixes wrong cache issue

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Mar 26 18:14:05 JST 2018


Kentaro Hayashi	2018-03-26 18:14:05 +0900 (Mon, 26 Mar 2018)

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

  Message:
    Enable API which fixes wrong cache issue
    
    This fix requires Groonga 8.0.1 or later.

  Modified files:
    lib/mrn_database.cpp

  Modified: lib/mrn_database.cpp (+0 -3)
===================================================================
--- lib/mrn_database.cpp    2018-03-24 16:21:10 +0900 (dbed3856)
+++ lib/mrn_database.cpp    2018-03-26 18:14:05 +0900 (4055b9c0)
@@ -36,10 +36,7 @@ namespace mrn {
     broken_table_names_ = operations.collect_processing_table_names();
     is_broken_ = operations.is_locked();
     cache_ = grn_cache_open(ctx_);
-// TODO: Enable this when Groonga 8.0.1 is released
-#ifdef GROONGA_8_0_1
     grn_db_set_cache(ctx_, db_, cache_);
-#endif
   }
 
   Database::~Database(void) {
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180326/c245f86e/attachment.htm 



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