[Groonga-commit] droonga/fluent-plugin-droonga at 0d15d1f [master] Stop making unnecessary databases.

Back to archive index

Daijiro MORI null+****@clear*****
Sun Sep 8 20:44:21 JST 2013


Daijiro MORI	2013-09-08 20:44:21 +0900 (Sun, 08 Sep 2013)

  New Revision: 0d15d1fffdc8c0ebe9e8624ed9f5a7f3c1229234
  https://github.com/droonga/fluent-plugin-droonga/commit/0d15d1fffdc8c0ebe9e8624ed9f5a7f3c1229234

  Message:
    Stop making unnecessary databases.

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+0 -5)
===================================================================
--- lib/droonga/engine.rb    2013-09-08 20:38:26 +0900 (dba3102)
+++ lib/droonga/engine.rb    2013-09-08 20:44:21 +0900 (cd35395)
@@ -39,11 +39,6 @@ module Droonga
     end
 
     def start
-      if !@options[:database] || @options[:database].empty?
-        name = @options[:name]
-        database = File.join([File.basename(name), 'db'])
-        @options[:database] = database
-      end
       if @options[:database] && !@options[:database].empty?
         Droonga::JobQueue.ensure_schema(@options[:database],
                                         @options[:queue_name])
-------------- next part --------------
HTML����������������������������...
Download 



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