[Groonga-commit] groonga/groonga at f767377 [master] db: use "TABLE_NO_KEY table" instead of "no key table" in error messages

Back to archive index

Susumu Yata null+****@clear*****
Fri Sep 2 15:25:29 JST 2016


Susumu Yata	2016-09-02 15:25:29 +0900 (Fri, 02 Sep 2016)

  New Revision: f767377d7c917793c025f317991eae143ac72c21
  https://github.com/groonga/groonga/commit/f767377d7c917793c025f317991eae143ac72c21

  Message:
    db: use "TABLE_NO_KEY table" instead of "no key table" in error messages

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -2)
===================================================================
--- lib/db.c    2016-09-02 15:17:40 +0900 (de30364)
+++ lib/db.c    2016-09-02 15:25:29 +0900 (7574a7e)
@@ -1027,7 +1027,7 @@ grn_table_create_validate(grn_ctx *ctx, const char *name, unsigned int name_size
                                  GRN_TABLE_MAX_KEY_SIZE);
     ERR(GRN_INVALID_ARGUMENT,
         "[table][create] "
-        "key isn't available for no key table: <%.*s> (%.*s)",
+        "key isn't available for TABLE_NO_KEY table: <%.*s> (%.*s)",
         name_size, name, key_name_size, key_name);
     return ctx->rc;
   }
@@ -1047,7 +1047,7 @@ grn_table_create_validate(grn_ctx *ctx, const char *name, unsigned int name_size
       table_type == GRN_OBJ_TABLE_NO_KEY) {
     ERR(GRN_INVALID_ARGUMENT,
         "[table][create] "
-        "key normalization isn't available for no key table: <%.*s>",
+        "key normalization isn't available for TABLE_NO_KEY table: <%.*s>",
         name_size, name);
     return ctx->rc;
   }
-------------- next part --------------
HTML����������������������������...
Download 



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