Navigation Menu

Skip to content

Commit

Permalink
Specify correct dataset for dump target
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent b855d91 commit d8b3e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -177,7 +177,7 @@ def source_dataset
end

def source_tables
response = source_client.request("dataset" => @dataset,
response = source_client.request("dataset" => source_dataset,
"type" => "table_list")

unless response
Expand Down Expand Up @@ -226,7 +226,7 @@ def count_total_n_source_records
},
}
end
response = source_client.request("dataset" => @dataset,
response = source_client.request("dataset" => source_dataset,
"type" => "search",
"body" => {
"queries" => queries,
Expand Down

0 comments on commit d8b3e4b

Please sign in to comment.