[Groonga-commit] groonga/groonga at 144a882 [master] object_inspect: use meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 26 16:29:14 JST 2016


Kouhei Sutou	2016-02-26 16:29:14 +0900 (Fri, 26 Feb 2016)

  New Revision: 144a882042b08fb42df65724c6d7a4abf0a7e554
  https://github.com/groonga/groonga/commit/144a882042b08fb42df65724c6d7a4abf0a7e554

  Message:
    object_inspect: use meaningful name

  Modified files:
    lib/proc/proc_object_inspect.c
    test/command/suite/object_inspect/db.expected

  Modified: lib/proc/proc_object_inspect.c (+1 -1)
===================================================================
--- lib/proc/proc_object_inspect.c    2016-02-26 16:23:53 +0900 (3e2aba8)
+++ lib/proc/proc_object_inspect.c    2016-02-26 16:29:14 +0900 (a1563a3)
@@ -181,7 +181,7 @@ command_object_inspect_db(grn_ctx *ctx, grn_obj *obj)
   {
     grn_ctx_output_cstr(ctx, "type");
     command_object_inspect_obj_type(ctx, obj->header.type);
-    grn_ctx_output_cstr(ctx, "keys");
+    grn_ctx_output_cstr(ctx, "name_table");
     command_object_inspect_dispatch(ctx, db->keys);
   }
   grn_ctx_output_map_close(ctx);

  Modified: test/command/suite/object_inspect/db.expected (+1 -1)
===================================================================
--- test/command/suite/object_inspect/db.expected    2016-02-26 16:23:53 +0900 (13e3f03)
+++ test/command/suite/object_inspect/db.expected    2016-02-26 16:29:14 +0900 (6b18410)
@@ -10,7 +10,7 @@ object_inspect
       "id": 55,
       "name": "db"
     },
-    "keys": {
+    "name_table": {
       "id": 0,
       "name": "",
       "type": {
-------------- next part --------------
HTML����������������������������...
다운로드 



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