[Groonga-commit] groonga/groonga at cfc2955 [master] grndb: fix storage code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 3 15:57:50 JST 2016


Kouhei Sutou	2016-02-03 15:57:50 +0900 (Wed, 03 Feb 2016)

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

  Message:
    grndb: fix storage code
    
    ... why?

  Modified files:
    lib/mrb/scripts/command_line/grndb.rb

  Modified: lib/mrb/scripts/command_line/grndb.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/command_line/grndb.rb    2016-02-03 10:21:23 +0900 (b8264b8)
+++ lib/mrb/scripts/command_line/grndb.rb    2016-02-03 15:57:50 +0900 (abb7d84)
@@ -139,7 +139,7 @@ module Groonga
         def check_one(target_name)
           target = @context[target_name]
           if target.nil?
-            exist_p = open_database_(database) do |cursor|
+            exist_p = open_database_cursor do |cursor|
               cursor.any? do
                 cursor.key == target_name
               end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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