[Groonga-commit] groonga/groonga at 62bea0c [master] Fix a typo

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Wed Jun 20 13:34:26 JST 2018


Yasuhiro Horimoto	2018-06-20 13:34:26 +0900 (Wed, 20 Jun 2018)

  New Revision: 62bea0c0ad98a29b8fbacc2c02f8fda7ef668c42
  https://github.com/groonga/groonga/commit/62bea0c0ad98a29b8fbacc2c02f8fda7ef668c42

  Merged 8a52f23: Merge pull request #850 from komainu8/add_check_exist_with_section_flag

  Message:
    Fix a typo

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2018-06-20 13:22:44 +0900 (07fd48fb2)
+++ lib/db.c    2018-06-20 13:34:26 +0900 (fea3e9e52)
@@ -8838,7 +8838,7 @@ grn_obj_set_info_source_validate(grn_ctx *ctx, grn_obj *obj, grn_obj *value)
                                            index_name, GRN_TABLE_MAX_KEY_SIZE);
             ERR(GRN_INVALID_ARGUMENT,
                 "grn_obj_set_info(): GRN_INFO_SOURCE: "
-                "full text index for vector column index must be created with WITH_SECTION flag: <%.*s>",
+                "full text index for vector column must be created with WITH_SECTION flag: <%.*s>",
                 index_name_size, index_name);
             goto exit;
           }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180620/0f834d24/attachment-0001.htm 



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