[Groonga-commit] groonga/groonga at 0697580 [master] grndb: add --force-truncate option

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Jun 19 16:54:55 JST 2017


Kentaro Hayashi	2017-06-19 16:54:55 +0900 (Mon, 19 Jun 2017)

  New Revision: 06975807a1957638168c4ccc99f61287972209aa
  https://github.com/groonga/groonga/commit/06975807a1957638168c4ccc99f61287972209aa

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

  Message:
    grndb: add --force-truncate option

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

  Modified: lib/mrb/scripts/command_line/grndb.rb (+1 -0)
===================================================================
--- lib/mrb/scripts/command_line/grndb.rb    2017-06-19 16:28:12 +0900 (a94c6b3)
+++ lib/mrb/scripts/command_line/grndb.rb    2017-06-19 16:54:55 +0900 (5d03cc5)
@@ -45,6 +45,7 @@ module Groonga
 
           options = command.options
           options.banner += " DB_PATH"
+          options.boolean("--force-truncate", "Force to truncate corrupted objects.")
 
           command.add_action do |options|
             open_database(command, options) do |database, rest_arguments|
-------------- next part --------------
HTML����������������������������...
Download 



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