[Groonga-commit] droonga/droonga-engine at 765369e [master] catalog-generate: enable dump plugin by default

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 19 10:56:32 JST 2014


Kouhei Sutou	2014-05-19 10:56:32 +0900 (Mon, 19 May 2014)

  New Revision: 765369e4d1e1244c9885cce3c7f18280e2be2860
  https://github.com/droonga/droonga-engine/commit/765369e4d1e1244c9885cce3c7f18280e2be2860

  Message:
    catalog-generate: enable dump plugin by default

  Modified files:
    lib/droonga/catalog_generator.rb

  Modified: lib/droonga/catalog_generator.rb (+1 -1)
===================================================================
--- lib/droonga/catalog_generator.rb    2014-05-16 18:23:11 +0900 (5ab9f34)
+++ lib/droonga/catalog_generator.rb    2014-05-19 10:56:32 +0900 (7503689)
@@ -55,7 +55,7 @@ module Droonga
       end
 
       def plugins
-        @options[:plugins] || ["groonga", "search", "crud"]
+        @options[:plugins] || ["groonga", "search", "crud", "dump"]
       end
 
       def schema
-------------- next part --------------
HTML����������������������������...
다운로드 



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