[Groonga-commit] droonga/droonga-engine at 542cac6 [master] Fix option name

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Jun 28 03:02:21 JST 2014


YUKI Hiroshi	2014-06-28 03:02:21 +0900 (Sat, 28 Jun 2014)

  New Revision: 542cac68fabf85608690ba9e9eefc987110d34bc
  https://github.com/droonga/droonga-engine/commit/542cac68fabf85608690ba9e9eefc987110d34bc

  Message:
    Fix option name

  Modified files:
    bin/droonga-engine-absorb-data

  Modified: bin/droonga-engine-absorb-data (+2 -2)
===================================================================
--- bin/droonga-engine-absorb-data    2014-06-28 03:01:49 +0900 (76b070f)
+++ bin/droonga-engine-absorb-data    2014-06-28 03:02:21 +0900 (64a8f1d)
@@ -90,8 +90,8 @@ parser.parse!(ARGV)
 Droonga::DataAbsorber.absorb(:drndump          => options.drndump,
                              :client           => options.client,
                              :dataset          => options.dataset,
-                             :source_host      => options.replica_source_host,
-                             :destination_host => options.my_host,
+                             :source_host      => options.source_host,
+                             :destination_host => options.destination_host,
                              :port             => options.port,
                              :tag              => options.tag,
                              :receiver_port    => options.receiver_port) do |dump|
-------------- next part --------------
HTML����������������������������...
Download 



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