[Groonga-commit] groonga/groonga at 5518103 [master] mrb: fix wrong module name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 9 22:53:33 JST 2015


Kouhei Sutou	2015-02-09 22:53:33 +0900 (Mon, 09 Feb 2015)

  New Revision: 5518103e18abb70c1a0d1ffa02e292263d068eb4
  https://github.com/groonga/groonga/commit/5518103e18abb70c1a0d1ffa02e292263d068eb4

  Message:
    mrb: fix wrong module name

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

  Modified: lib/mrb/scripts/database.rb (+2 -2)
===================================================================
--- lib/mrb/scripts/database.rb    2015-02-09 22:52:37 +0900 (92da5c9)
+++ lib/mrb/scripts/database.rb    2015-02-09 22:53:33 +0900 (54d9dc1)
@@ -18,9 +18,9 @@ module Groonga
       min = options[:prefix]
       flags = 0
       if options[:order] == :descending
-        flags |= TableCursor::DESCENDING
+        flags |= TableCursorFlags::DESCENDING
       else
-        flags |= TableCursor::ASCENDING
+        flags |= TableCursorFlags::ASCENDING
       end
       if options[:order_by] == :id
         flags |= TableCursorFlags::BY_ID
-------------- next part --------------
HTML����������������������������...
Download 



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