[Groonga-commit] groonga/groonga [master] Remove needless flags set in grn_table_create()

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 17 14:42:27 JST 2012


Kouhei Sutou	2012-12-17 14:42:27 +0900 (Mon, 17 Dec 2012)

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

  Log:
    Remove needless flags set in grn_table_create()
    
    Because flags are set in array/hash/pat/dat layer.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+0 -1)
===================================================================
--- lib/db.c    2012-12-17 13:56:57 +0900 (fc625ba)
+++ lib/db.c    2012-12-17 14:42:27 +0900 (de38c92)
@@ -935,7 +935,6 @@ grn_table_create(grn_ctx *ctx, const char *name, unsigned int name_size,
     break;
   }
   if (res) {
-    DB_OBJ(res)->header.flags = flags;
     DB_OBJ(res)->header.impl_flags = 0;
     DB_OBJ(res)->header.domain = domain;
     DB_OBJ(res)->range = range;
-------------- next part --------------
HTML����������������������������...
Download 



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