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

📄 incomplete.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: incomplete.so,v 1.9 2004/08/15 03:22:57 bostic Exp $])define(BDB_LOC, ..)m4_ref_title(Upgrading m4_db Applications,    Release 3.2: DB_INCOMPLETE,,    upgrade.3.2/renumber, upgrade.3.2/tx_recover)m4_p([dnlThere are a number of functions that flush pages from the m4_db sharedmemory buffer pool to disk.  Most of those functions can potentiallyfail because a page that needs to be flushed is not currently available.However, this is not a hard failure and is rarely cause for concern.In the m4_db 3.2 release, the C++ API (if that API is configured tothrow exceptions) and the Java API have been changed so that thisfailure does not throw an exception, but rather returns a non-zero errorcode of DB_INCOMPLETE.])m4_p([dnlThe following C++ methods will return DB_INCOMPLETE rather than throwan exception: m4_refcxx(dbh_close), m4_refcxx(dbh_sync), DbEnv::memp_sync,DbEnv::txn_checkpoint, DbMpoolFile::memp_fsync.])m4_p([dnlThe following Java methods are now declared "public int" rather than"public void", and will return Db.DB_INCOMPLETE rather than throw anexception: Db.close, Db.sync, and DbEnv.checkpoint.])m4_p([dnlIt is likely that the only change required by any application will bethose currently checking for a DB_INCOMPLETE return that hasbeen encapsulated in an exception.])m4_page_footer

⌨️ 快捷键说明

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