YUKI Hiroshi
null+****@clear*****
Tue Apr 14 11:39:06 JST 2015
YUKI Hiroshi 2015-04-14 11:39:06 +0900 (Tue, 14 Apr 2015) New Revision: d8b3e4b197d4608cfaf5440deb3f8ce0495c8c12 https://github.com/droonga/droonga-engine/commit/d8b3e4b197d4608cfaf5440deb3f8ce0495c8c12 Message: Specify correct dataset for dump target Modified files: lib/droonga/plugins/system/absorb_data.rb Modified: lib/droonga/plugins/system/absorb_data.rb (+2 -2) =================================================================== --- lib/droonga/plugins/system/absorb_data.rb 2015-04-14 11:38:31 +0900 (9e24e5a) +++ lib/droonga/plugins/system/absorb_data.rb 2015-04-14 11:39:06 +0900 (d40232d) @@ -177,7 +177,7 @@ module Droonga end def source_tables - response = source_client.request("dataset" => @dataset, + response = source_client.request("dataset" => source_dataset, "type" => "table_list") unless response @@ -226,7 +226,7 @@ module Droonga }, } end - response = source_client.request("dataset" => @dataset, + response = source_client.request("dataset" => source_dataset, "type" => "search", "body" => { "queries" => queries, -------------- next part -------------- HTML����������������������������... 다운로드