[Groonga-commit] droonga/fluent-plugin-droonga at 0059654 [master] Prevent DDL messages from being executed out of order.

Back to archive index

Daijiro MORI null+****@clear*****
Tue Nov 12 09:49:02 JST 2013


Daijiro MORI	2013-11-12 09:49:02 +0900 (Tue, 12 Nov 2013)

  New Revision: 0059654a801a3a23379de82b0aadc2d7d2657939
  https://github.com/droonga/fluent-plugin-droonga/commit/0059654a801a3a23379de82b0aadc2d7d2657939

  Message:
    Prevent DDL messages from being executed out of order.

  Modified files:
    lib/droonga/plugin/handler_groonga.rb

  Modified: lib/droonga/plugin/handler_groonga.rb (+4 -0)
===================================================================
--- lib/droonga/plugin/handler_groonga.rb    2013-11-07 18:06:50 +0900 (c1c8453)
+++ lib/droonga/plugin/handler_groonga.rb    2013-11-12 09:49:02 +0900 (9339ebb)
@@ -37,6 +37,10 @@ module Droonga
       emit(outputs)
     end
 
+    def prefer_synchronous?(command)
+      return true
+    end
+
     module Status
       SUCCESS          = 0
       INVALID_ARGUMENT = -22
-------------- next part --------------
HTML����������������������������...
Download 



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