[Groonga-commit] groonga/groonga at a25b4d3 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 21 16:28:43 JST 2018


Kouhei Sutou	2018-05-21 16:28:43 +0900 (Mon, 21 May 2018)

  New Revision: a25b4d3e9f8744d7809807af0278c858f10967cd
  https://github.com/groonga/groonga/commit/a25b4d3e9f8744d7809807af0278c858f10967cd

  Message:
    Fix a typo

  Modified files:
    plugins/sharding/logical_select.rb

  Modified: plugins/sharding/logical_select.rb (+1 -1)
===================================================================
--- plugins/sharding/logical_select.rb    2018-05-21 16:03:06 +0900 (79b6435fc)
+++ plugins/sharding/logical_select.rb    2018-05-21 16:28:43 +0900 (ae8b3bf0c)
@@ -803,7 +803,7 @@ module Groonga
 
           if @post_filter
             result_set = apply_post_filter(result_set)
-            @temporary_tables << filtered_table
+            @temporary_tables << result_set
           end
 
           if @sort_keys.empty?
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180521/34a9fa29/attachment-0001.htm 



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