[Groonga-commit] ranguba/rroonga at 07366f0 [master] Use "LZ4" form

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 5 17:20:14 JST 2014


Kouhei Sutou	2014-11-05 17:20:14 +0900 (Wed, 05 Nov 2014)

  New Revision: 07366f0cbd5a07535e388a2fa1074fc2c646e2bf
  https://github.com/ranguba/rroonga/commit/07366f0cbd5a07535e388a2fa1074fc2c646e2bf

  Message:
    Use "LZ4" form

  Modified files:
    lib/groonga/schema.rb

  Modified: lib/groonga/schema.rb (+1 -1)
===================================================================
--- lib/groonga/schema.rb    2014-11-05 16:53:03 +0900 (c200209)
+++ lib/groonga/schema.rb    2014-11-05 17:20:14 +0900 (b780357)
@@ -882,7 +882,7 @@ module Groonga
       #   値の圧縮方法を指定する。省略した場合は、圧縮しない。
       #
       #   - :zlib := 値をzlib圧縮して格納する。
-      #   - :lz4 := 値をlz4圧縮して格納する。
+      #   - :lz4 := 値をLZ4圧縮して格納する。
       def column(name, type, options={})
         definition = self[name, ColumnDefinition]
         if definition.nil?
-------------- next part --------------
HTML����������������������������...
下載 



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