[Groonga-commit] droonga/droonga-engine at 1458ca7 [master] "all" always returns all volumes

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 17 23:17:27 JST 2014


Kouhei Sutou	2014-07-17 23:17:27 +0900 (Thu, 17 Jul 2014)

  New Revision: 1458ca791f43d8d8679277450ca8929eff6a4bc7
  https://github.com/droonga/droonga-engine/commit/1458ca791f43d8d8679277450ca8929eff6a4bc7

  Message:
    "all" always returns all volumes

  Modified files:
    lib/droonga/catalog/volume_collection.rb

  Modified: lib/droonga/catalog/volume_collection.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/volume_collection.rb    2014-07-17 23:15:58 +0900 (8abec35)
+++ lib/droonga/catalog/volume_collection.rb    2014-07-17 23:17:27 +0900 (1f63772)
@@ -47,7 +47,7 @@ module Droonga
         when :random
           [volumes.sample]
         when :all
-          volumes
+          @volumes
         else
           super
         end
-------------- next part --------------
HTML����������������������������...
下載 



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