[Groonga-commit] groonga/groonga at 67abf41 [master] Set error message for invalid keys type

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu May 14 16:52:07 JST 2015


Kouhei Sutou	2015-05-14 16:52:07 +0900 (Thu, 14 May 2015)

  New Revision: 67abf410287cfe7eb899255436cf282bd84662d2
  https://github.com/groonga/groonga/commit/67abf410287cfe7eb899255436cf282bd84662d2

  Message:
    Set error message for invalid keys type

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -0)
===================================================================
--- lib/db.c    2015-05-14 12:22:25 +0900 (3f8a521)
+++ lib/db.c    2015-05-14 16:52:07 +0900 (f9bc014)
@@ -268,6 +268,8 @@ grn_db_open(grn_ctx *ctx, const char *path)
         break;
       default :
         s->keys = NULL;
+        ERR(GRN_INVALID_ARGUMENT,
+            "[db][open] invalid keys table type: %#x", type);
         break;
       }
       if (s->keys) {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る