[Groonga-commit] groonga/groonga at bb0d6fa [master] grndb: define recoverer class

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Jun 19 16:26:27 JST 2017


Kentaro Hayashi	2017-06-19 16:26:27 +0900 (Mon, 19 Jun 2017)

  New Revision: bb0d6fad91eb8df5001f6a225a6d33bb0bd0f270
  https://github.com/groonga/groonga/commit/bb0d6fad91eb8df5001f6a225a6d33bb0bd0f270

  Merged 4ee26f7: Merge pull request #714 from kenhys/grndb-force-truncate

  Message:
    grndb: define recoverer class

  Modified files:
    lib/mrb/scripts/command_line/grndb.rb

  Modified: lib/mrb/scripts/command_line/grndb.rb (+8 -0)
===================================================================
--- lib/mrb/scripts/command_line/grndb.rb    2017-06-22 16:46:08 +0900 (8fba486)
+++ lib/mrb/scripts/command_line/grndb.rb    2017-06-19 16:26:27 +0900 (4692130)
@@ -402,6 +402,14 @@ module Groonga
           failed(message)
         end
       end
+
+      class Recoverer
+        attr_writer :database
+
+        def recover
+          @database.recover
+        end
+      end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
下載 



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