[Groonga-commit] droonga/fluent-plugin-droonga at 4539c63 [master] catalog: add missing code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 26 17:29:50 JST 2014


Kouhei Sutou	2014-02-26 17:29:50 +0900 (Wed, 26 Feb 2014)

  New Revision: 4539c638365447d0cd84fc4f9cfe22f44e615e27
  https://github.com/droonga/fluent-plugin-droonga/commit/4539c638365447d0cd84fc4f9cfe22f44e615e27

  Message:
    catalog: add missing code

  Modified files:
    lib/droonga/catalog/version2.rb

  Modified: lib/droonga/catalog/version2.rb (+5 -0)
===================================================================
--- lib/droonga/catalog/version2.rb    2014-02-26 17:25:42 +0900 (26b41aa)
+++ lib/droonga/catalog/version2.rb    2014-02-26 17:29:50 +0900 (2b77d52)
@@ -18,6 +18,11 @@ require "droonga/catalog/base"
 module Droonga
   module Catalog
     class Version2 < Base
+      def initialize(data, path)
+        super
+        prepare_data
+      end
+
       def get_partitions(name)
         slices(name)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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