[Groonga-commit] groonga/groonga at 10427f9 [master] logical_count: fix a typo in parameter name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 4 16:18:23 JST 2015


Kouhei Sutou	2015-02-04 16:18:23 +0900 (Wed, 04 Feb 2015)

  New Revision: 10427f9d988ab4c5caabb978ec8bbe7d1a373540
  https://github.com/groonga/groonga/commit/10427f9d988ab4c5caabb978ec8bbe7d1a373540

  Message:
    logical_count: fix a typo in parameter name

  Modified files:
    plugins/sharding/search.rb

  Modified: plugins/sharding/search.rb (+1 -1)
===================================================================
--- plugins/sharding/search.rb    2015-02-04 16:18:07 +0900 (3a894fd)
+++ plugins/sharding/search.rb    2015-02-04 16:18:23 +0900 (4c08437)
@@ -4,7 +4,7 @@ module Groonga
       register("logical_count",
                [
                  "logical_table",
-                 "shared_key",
+                 "shard_key",
                  "min",
                  "min_border",
                  "max",
-------------- next part --------------
HTML����������������������������...
Download 



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