[Groonga-commit] groonga/groonga at 3544c2f [master] Use empty vector as the default value

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 6 12:00:31 JST 2018


Kouhei Sutou	2018-04-06 12:00:31 +0900 (Fri, 06 Apr 2018)

  New Revision: 3544c2f21f95d70ac24571b4313f3a4889356f33
  https://github.com/groonga/groonga/commit/3544c2f21f95d70ac24571b4313f3a4889356f33

  Message:
    Use empty vector as the default value

  Modified files:
    lib/table.c

  Modified: lib/table.c (+1 -1)
===================================================================
--- lib/table.c    2018-04-06 10:24:54 +0900 (6bfdb20a2)
+++ lib/table.c    2018-04-06 12:00:31 +0900 (66f179c8b)
@@ -301,7 +301,7 @@ grn_table_cache_default_tokenizer_options(grn_ctx *ctx,
     break;
   }
 
-  GRN_VOID_INIT(&raw_options);
+  GRN_TEXT_INIT(&raw_options, GRN_OBJ_VECTOR);
   revision = grn_obj_get_option_values(ctx,
                                        table,
                                        OPTION_NAME_DEFAULT_TOKENIZER,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180406/30eac716/attachment.htm 



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