[Groonga-commit] groonga/groonga at 37e511b [master] ii: make the default IO version 1

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 19 10:13:06 JST 2015


Kouhei Sutou	2015-03-19 10:13:06 +0900 (Thu, 19 Mar 2015)

  New Revision: 37e511bb5cbabbf7f63f2534c4df82468f2137bc
  https://github.com/groonga/groonga/commit/37e511bb5cbabbf7f63f2534c4df82468f2137bc

  Message:
    ii: make the default IO version 1
    
    It reduces disk usage on Windows. It doesn't change anything on other
    platforms.
    
    [groonga-dev,03118]
    
    Tested by ongaeshi. Thanks!!!

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2015-03-18 19:00:29 +0900 (2ea581b)
+++ lib/io.c    2015-03-19 10:13:06 +0900 (f8d13ff)
@@ -31,7 +31,7 @@
 
 #define GRN_IO_IDSTR "GROONGA:IO:00001"
 
-#define GRN_IO_VERSION_DEFAULT 0
+#define GRN_IO_VERSION_DEFAULT 1
 
 #define GRN_IO_FILE_SIZE_V1 1073741824UL
 
-------------- next part --------------
HTML����������������������������...
Download 



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