[Groonga-commit] groonga/groonga at 854417c [master] Flush when DB is opened

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri May 6 17:56:44 JST 2016


Kouhei Sutou	2016-05-06 17:56:44 +0900 (Fri, 06 May 2016)

  New Revision: 854417c762a672c6823f3c4820cfa4c43f3f5882
  https://github.com/groonga/groonga/commit/854417c762a672c6823f3c4820cfa4c43f3f5882

  Message:
    Flush when DB is opened
    
    New Groonga version may add new objects such as command and function.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2016-05-06 17:54:46 +0900 (299311b)
+++ lib/db.c    2016-05-06 17:56:44 +0900 (b7e6073)
@@ -417,6 +417,7 @@ grn_db_open(grn_ctx *ctx, const char *path)
   grn_db_init_builtin_normalizers(ctx);
   grn_db_init_builtin_scorers(ctx);
   grn_db_init_builtin_query(ctx);
+  grn_obj_flush(ctx, (grn_obj *)s);
   GRN_API_RETURN((grn_obj *)s);
 
 exit:
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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