[Groonga-commit] groonga/groonga at 5d5711d [master] mrb: reduce referencing columns

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 16 18:58:56 JST 2015


Kouhei Sutou	2015-07-16 18:58:56 +0900 (Thu, 16 Jul 2015)

  New Revision: 5d5711d872e0c9f24315383783d0c1e5badfadcb
  https://github.com/groonga/groonga/commit/5d5711d872e0c9f24315383783d0c1e5badfadcb

  Message:
    mrb: reduce referencing columns

  Modified files:
    lib/mrb/scripts/database.rb

  Modified: lib/mrb/scripts/database.rb (+1 -0)
===================================================================
--- lib/mrb/scripts/database.rb    2015-07-16 18:58:22 +0900 (54d9dc1)
+++ lib/mrb/scripts/database.rb    2015-07-16 18:58:56 +0900 (653e9ed)
@@ -30,6 +30,7 @@ module Groonga
       flags |= TableCursorFlags::PREFIX if min
       TableCursor.open(self, :min => min, :flags => flags) do |cursor|
         cursor.each do |id|
+          next if cursor.key.include?(".")
           object = context[id]
           yield(object) if object.is_a?(Table)
         end
-------------- next part --------------
HTML����������������������������...
Download 



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