[Groonga-commit] droonga/droonga-engine at 5eb8f2a [master] groonga: Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 17:11:30 JST 2014


YUKI Hiroshi	2014-04-28 17:11:30 +0900 (Mon, 28 Apr 2014)

  New Revision: 5eb8f2a15bfa9286f14d9028cba489514f07ee20
  https://github.com/droonga/droonga-engine/commit/5eb8f2a15bfa9286f14d9028cba489514f07ee20

  Message:
    groonga: Fix mismatched variable name

  Modified files:
    lib/droonga/plugins/groonga/table_remove.rb

  Modified: lib/droonga/plugins/groonga/table_remove.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_remove.rb    2014-04-28 17:10:19 +0900 (368e2c4)
+++ lib/droonga/plugins/groonga/table_remove.rb    2014-04-28 17:11:30 +0900 (81baac8)
@@ -27,7 +27,7 @@ module Droonga
             command_class = ::Groonga::Command.find("table_remove")
             @command = command_class.new("table_remove", request)
 
-            table_name = valid_table_name("name")
+            name = valid_table_name("name")
 
             ::Groonga::Schema.define(:context => @context) do |schema|
               schema.remove_table(name)
-------------- next part --------------
HTML����������������������������...
Download 



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