[Groonga-commit] groonga/groonga-query-log [master] Define SizedGroupedOperations under Groonga::QueryLog::Analyzer

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Dec 12 16:27:19 JST 2012


Haruka Yoshihara	2012-12-12 16:27:19 +0900 (Wed, 12 Dec 2012)

  New Revision: cf7ed2ee7070ba62e8b1cee9e1fb54c458aed51e
  https://github.com/groonga/groonga-query-log/commit/cf7ed2ee7070ba62e8b1cee9e1fb54c458aed51e

  Log:
    Define SizedGroupedOperations under Groonga::QueryLog::Analyzer

  Modified files:
    lib/groonga/query-log/analyzer/sized-grouped-operations.rb

  Modified: lib/groonga/query-log/analyzer/sized-grouped-operations.rb (+2 -0)
===================================================================
--- lib/groonga/query-log/analyzer/sized-grouped-operations.rb    2012-12-12 16:26:36 +0900 (f8bad3f)
+++ lib/groonga/query-log/analyzer/sized-grouped-operations.rb    2012-12-12 16:27:19 +0900 (1c18178)
@@ -19,6 +19,7 @@
 
 module Groonga
   module QueryLog
+    class Analyzer
     class SizedGroupedOperations < Array
       def initialize
         @max_size = 10
@@ -78,5 +79,6 @@ module Groonga
         end
       end
     end
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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