priority.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 18 行

SO
18
字号
m4_comment([$Id: priority.so,v 1.2 2004/09/28 14:13:09 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.2: DB-__GT__set_cache_priority,,    upgrade.4.2/del, upgrade.4.2/verify)m4_p([dnlIn previous releases, applications set the priority of a database'spages in the m4_db buffer cache with the DB-__GT__set_cache_prioritymethod.  This method is no longer available.  Applications wanting toset database page priorities in the buffer cache should use them4_refT(memp_set_priority) instead.  The new call takes the samearguments and behaves identically to the old call, except that am4_ref(DbMpoolFile) buffer cache file handle is used instead of them4_ref(Db) database handle.])m4_page_footer

⌨️ 快捷键说明

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