[Groonga-commit] droonga/droonga-engine at 9d5b01b [master] Refer default name of dataset correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 20 11:00:18 JST 2015


YUKI Hiroshi	2015-04-20 11:00:18 +0900 (Mon, 20 Apr 2015)

  New Revision: 9d5b01bae0c6fd9e31ba913e42ccce2665841279
  https://github.com/droonga/droonga-engine/commit/9d5b01bae0c6fd9e31ba913e42ccce2665841279

  Message:
    Refer default name of dataset correctly

  Modified files:
    bin/droonga-engine-unjoin

  Modified: bin/droonga-engine-unjoin (+2 -1)
===================================================================
--- bin/droonga-engine-unjoin    2015-04-17 22:41:35 +0900 (dd44573)
+++ bin/droonga-engine-unjoin    2015-04-20 11:00:18 +0900 (a8b2733)
@@ -22,6 +22,7 @@ require "pathname"
 require "droonga/engine/version"
 require "droonga/path"
 require "droonga/node_name"
+require "droonga/catalog/dataset"
 require "droonga/catalog/fetcher"
 require "droonga/catalog/generator"
 require "droonga/catalog/loader"
@@ -53,7 +54,7 @@ module Droonga
                   :default => Socket.gethostname)
         option.on(:dataset=,
                   "Dataset name of for the node to be unjoined.",
-                  :default => NodeName::DEFAULT_DATASET)
+                  :default => Catalog::Dataset::DEFAULT_NAME)
         option.on(:port=,
                   "Port number of the source cluster to be connected.",
                   :as => Integer,
-------------- next part --------------
HTML����������������������������...
Descargar 



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