[Groonga-commit] groonga/groonga at 55fc183 [master] logical_table_remove: simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 18 18:19:45 JST 2016


Kouhei Sutou	2016-10-18 18:19:45 +0900 (Tue, 18 Oct 2016)

  New Revision: 55fc1839eef71d9ae3e06b3376bed025493574f4
  https://github.com/groonga/groonga/commit/55fc1839eef71d9ae3e06b3376bed025493574f4

  Message:
    logical_table_remove: simplify

  Modified files:
    plugins/sharding/logical_table_remove.rb

  Modified: plugins/sharding/logical_table_remove.rb (+1 -1)
===================================================================
--- plugins/sharding/logical_table_remove.rb    2016-10-18 17:08:51 +0900 (7a1c1c1)
+++ plugins/sharding/logical_table_remove.rb    2016-10-18 18:19:45 +0900 (3108694)
@@ -34,7 +34,7 @@ module Groonga
         shard_key = shard.key
         if shard_key.nil?
           if @force
-            Context.instance.clear_error
+            context.clear_error
           else
             message =
               "[logical_table_remove] shard_key doesn't exist: " +
-------------- next part --------------
HTML����������������������������...
Download 



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