[Groonga-commit] groonga/groonga-query-log at f47e517 [master] Add some logical commands to the default target command names

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 14 14:38:29 JST 2015


Kouhei Sutou	2015-08-14 14:38:29 +0900 (Fri, 14 Aug 2015)

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

  Message:
    Add some logical commands to the default target command names

  Modified files:
    lib/groonga/query-log/server-verifier.rb

  Modified: lib/groonga/query-log/server-verifier.rb (+6 -1)
===================================================================
--- lib/groonga/query-log/server-verifier.rb    2015-08-14 11:13:18 +0900 (8f83b04)
+++ lib/groonga/query-log/server-verifier.rb    2015-08-14 14:38:29 +0900 (0401633)
@@ -153,7 +153,12 @@ module Groonga
           @request_queue_size = nil
           @disable_cache = false
           @output_path = nil
-          @target_command_names = ["select"]
+          @target_command_names = [
+            "logical_count",
+            "logical_range_filter",
+            "logical_select",
+            "select",
+          ]
           @care_order = true
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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