[Groonga-commit] groonga/grnxx [master] Fix a flag grnxx::io::POOL_CREATE_OR_OPEN.

Back to archive index

susumu.yata null+****@clear*****
Wed Mar 13 16:22:13 JST 2013


susumu.yata	2013-03-13 16:22:13 +0900 (Wed, 13 Mar 2013)

  New Revision: c6a0eb99b8fc964a67bcf194c52a5ab197146051
  https://github.com/groonga/grnxx/commit/c6a0eb99b8fc964a67bcf194c52a5ab197146051

  Message:
    Fix a flag grnxx::io::POOL_CREATE_OR_OPEN.

  Modified files:
    lib/io/pool.hpp

  Modified: lib/io/pool.hpp (+1 -1)
===================================================================
--- lib/io/pool.hpp    2013-03-13 15:55:44 +0900 (63aeea9)
+++ lib/io/pool.hpp    2013-03-13 16:22:13 +0900 (63301b5)
@@ -84,7 +84,7 @@ constexpr PoolFlags POOL_HUGE_TLB       = PoolFlags::define(0x0080);
 // Open an existing pool.
 constexpr PoolFlags POOL_OPEN           = PoolFlags::define(0x0100);
 // Create a pool, if it does not exist, or open an existing pool.
-constexpr PoolFlags POOL_CREATE_OR_OPEN = PoolFlags::define(0x0040);
+constexpr PoolFlags POOL_CREATE_OR_OPEN = PoolFlags::define(0x0140);
 // Create a temporary pool.
 constexpr PoolFlags POOL_TEMPORARY      = PoolFlags::define(0x0200);
 
-------------- next part --------------
HTML����������������������������...
Download 



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