[Groonga-commit] droonga/fluent-plugin-droonga at 4ea5bd8 [master] Don't break the given queries

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 16:28:07 JST 2014


YUKI Hiroshi	2014-01-31 16:28:07 +0900 (Fri, 31 Jan 2014)

  New Revision: 4ea5bd865ec2b233f3a5640ffcf25e5cdf030d17
  https://github.com/droonga/fluent-plugin-droonga/commit/4ea5bd865ec2b233f3a5640ffcf25e5cdf030d17

  Message:
    Don't break the given queries

  Modified files:
    lib/droonga/plugin/distributor/distributed_search_planner.rb

  Modified: lib/droonga/plugin/distributor/distributed_search_planner.rb (+1 -0)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_planner.rb    2014-01-31 16:21:45 +0900 (0af4b65)
+++ lib/droonga/plugin/distributor/distributed_search_planner.rb    2014-01-31 16:28:07 +0900 (46f2d30)
@@ -21,6 +21,7 @@ module Droonga
       super
 
       @request = @source_message["body"]
+      @request = Marshal.load(Marshal.dump(@request))
       @queries = @request["queries"]
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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