⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 set_flags.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: set_flags.so,v 1.3 2003/10/18 19:16:16 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 3.2: DB_ENV-__GT__set_flags,,    upgrade.3.2/intro, upgrade.3.2/callback)m4_p([dnlA new method has been added to the m4_db environment handle,m4_ref(dbenv_set_flags).  This method currently takes three flags:m4_ref(DB_CDB_ALLDB), m4_ref(DB_NOMMAP) and m4_ref(DB_TXN_NOSYNC).  Thefirst of these flags, m4_ref(DB_CDB_ALLDB), provides new functionality,allowing m4_cam applications to do locking across multiple databases.])m4_p([dnlThe other two flags, m4_ref(DB_NOMMAP) and m4_ref(DB_TXN_NOSYNC), werespecified to the m4_ref(dbenv_open) method in previous releases.  Inthe 3.2 release, they have been moved to the m4_refT(dbenv_set_flags)because this allows the database environment's value to be toggledduring the life of the application as well as because it is a moreappropriate place for them.  Applications specifying either them4_ref(DB_NOMMAP) or m4_ref(DB_TXN_NOSYNC) flags to them4_refT(dbenv_open) should replace those flags with calls to them4_refT(dbenv_set_flags).])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -