[Groonga-commit] groonga/groonga at 5e9d0a7 [master] Support inspecting table type of double array trie

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 25 23:50:56 JST 2014


Kouhei Sutou	2014-12-25 23:50:56 +0900 (Thu, 25 Dec 2014)

  New Revision: 5e9d0a7c9bd3d44ffccca5d2345750cdc10aee21
  https://github.com/groonga/groonga/commit/5e9d0a7c9bd3d44ffccca5d2345750cdc10aee21

  Message:
    Support inspecting table type of double array trie

  Modified files:
    lib/util.c

  Modified: lib/util.c (+3 -0)
===================================================================
--- lib/util.c    2014-12-25 23:25:48 +0900 (2cc308a)
+++ lib/util.c    2014-12-25 23:50:56 +0900 (718583b)
@@ -580,6 +580,9 @@ grn_table_type_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
   case GRN_TABLE_PAT_KEY:
     GRN_TEXT_PUTS(ctx, buf, "pat");
     break;
+  case GRN_TABLE_DAT_KEY:
+    GRN_TEXT_PUTS(ctx, buf, "dat");
+    break;
   case GRN_TABLE_NO_KEY:
     GRN_TEXT_PUTS(ctx, buf, "no_key");
     break;
-------------- next part --------------
HTML����������������������������...
下載 



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