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

📄 close.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: close.so,v 11.10 2002/03/06 15:51:57 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 3.0: DB-__GT__sync and DB-__GT__close,,    upgrade.3.0/stat, upgrade.3.0/lock_put)m4_p([dnlIn previous m4_db releases, the m4_ref(dbh_close) and m4_refT(dbh_sync)sdiscarded any return of DB_INCOMPLETE from the underlying bufferpool interfaces, and returned success to its caller.  (TheDB_INCOMPLETE error will be returned if the buffer pool functionsare unable to flush all of the database's dirty blocks from the pool.This often happens if another thread is reading or writing the database'spages in the pool.)])m4_p([dnlIn the 3.X release, m4_ref(dbh_sync) and m4_ref(dbh_close) will returnDB_INCOMPLETE to the application.  The best solution is to notcall m4_ref(dbh_sync) and specify the m4_ref(DB_NOSYNC) flag to them4_refT(dbh_close) when multiple threads are expected to be accessing thedatabase.  Alternatively, the caller can ignore any error return ofDB_INCOMPLETE.])m4_page_footer

⌨️ 快捷键说明

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