[Groonga-commit] droonga/droonga-engine at 9756546 [master] groonga: Don't load missing class

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:01:07 JST 2014


YUKI Hiroshi	2014-04-24 12:01:07 +0900 (Thu, 24 Apr 2014)

  New Revision: 9756546fd1c322a09b52cce311e65d6597dd91c2
  https://github.com/droonga/droonga-engine/commit/9756546fd1c322a09b52cce311e65d6597dd91c2

  Message:
    groonga: Don't load missing class

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

  Modified: lib/droonga/plugins/groonga/table_list.rb (+0 -5)
===================================================================
--- lib/droonga/plugins/groonga/table_list.rb    2014-04-24 11:59:57 +0900 (281eb58)
+++ lib/droonga/plugins/groonga/table_list.rb    2014-04-24 12:01:07 +0900 (0f45369)
@@ -13,8 +13,6 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-require "groonga/command/table-list"
-
 require "droonga/plugin"
 require "droonga/plugins/groonga/generic_command"
 
@@ -35,9 +33,6 @@ module Droonga
 
         class Command < GenericCommand
           def process_request(request)
-            command_class = ::Groonga::Command.find("table_list")
-            @command = command_class.new("table_list", request)
-
             tables = list_tables(table_name)
             [HEADER, *tables]
           end
-------------- next part --------------
HTML����������������������������...
Download 



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