[Groonga-commit] droonga/droonga-engine at 17ec6d0 [master] groonga: Refer table's name correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:02:52 JST 2014


YUKI Hiroshi	2014-04-24 12:02:52 +0900 (Thu, 24 Apr 2014)

  New Revision: 17ec6d04e976d43eb921b96a1dba673be390423b
  https://github.com/droonga/droonga-engine/commit/17ec6d04e976d43eb921b96a1dba673be390423b

  Message:
    groonga: Refer table's name correctly

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

  Modified: lib/droonga/plugins/groonga/table_list.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_list.rb    2014-04-24 12:02:13 +0900 (925cba7)
+++ lib/droonga/plugins/groonga/table_list.rb    2014-04-24 12:02:52 +0900 (d774b60)
@@ -46,7 +46,7 @@ module Droonga
           def format_table(table)
             [
               table.id,
-              table.local_name,
+              table.name,
               table.path,
               table_flags(table),
               domain_name(table),
-------------- next part --------------
HTML����������������������������...
Download 



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