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

📄 config.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: config.so,v 1.4 2001/05/15 14:44:16 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    [Release 3.1: DB_ENV-__GT__open, DB_ENV-__GT__remove],,    upgrade.3.1/intro, upgrade.3.1/set_tx_recover)m4_p([dnlIn the m4_db 3.1 release, the m4_arg(config) argument to them4_ref(dbenv_open), m4_ref(dbenv_remove) methods has been removed,replaced by additional methods on the m4_ref(DbEnv) handle.  If yourapplication calls m4_ref(dbenv_open) or m4_ref(dbenv_remove) with a NULLm4_arg(config) argument, find those functions and remove the configargument from the call.  If your application has non-NULL m4_arg(config)argument, the strings values in that argument are replaced with calls tom4_ref(DbEnv) methods as follows:])m4_table_begin(, _center)m4_table_header(Previous config string, m4_db 3.1 version method)m4_table_element(DB_DATA_DIR, m4_ref(dbenv_set_data_dir))m4_table_element(DB_LOG_DIR, m4_ref(dbenv_set_lg_dir))m4_table_element(DB_TMP_DIR, m4_ref(dbenv_set_tmp_dir))m4_table_endm4_page_footer

⌨️ 快捷键说明

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