1<!--$Id: interdir.so,v 1.2 2008/03/12 18:08:22 sarette Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB Reference Guide: Release 4.7: DB_ENV-&gt;set_intermediate_dir</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<table width="100%"><tr valign=top>
12<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></b></td>
13<td align=right><a href="/upgrade.4.7/tcl.html"><img src="/images/prev.gif" alt="Prev"></a><a href="/toc.html"><img src="/images/ref.gif" alt="Ref"></a><a href="/upgrade.4.7/log.html"><img src="/images/next.gif" alt="Next"></a>
14</td></tr></table>
15<p align=center><b>Release 4.7: DB_ENV-&gt;set_intermediate_dir</b></p>
16<p>Historic releases of Berkeley DB contained an undocumented <a href="/api_c/env_class.html">DB_ENV</a>
17method named DB_ENV-&gt;set_intermediate_dir, which configured the
18creation of any intermediate directories needed during recovery.  This
19method has been standardized as the
20<a href="/api_c/env_set_intermediate_dir_mode.html">DB_ENV-&gt;set_intermediate_dir_mode</a> method.</p>
21<p>Applications using DB_ENV-&gt;set_intermediate_dir should be modified
22to use the <a href="/api_c/env_set_intermediate_dir_mode.html">DB_ENV-&gt;set_intermediate_dir_mode</a> method instead.</p>
23<table width="100%"><tr><td><br></td><td align=right><a href="/upgrade.4.7/tcl.html"><img src="/images/prev.gif" alt="Prev"></a><a href="/toc.html"><img src="/images/ref.gif" alt="Ref"></a><a href="/upgrade.4.7/log.html"><img src="/images/next.gif" alt="Next"></a>
24</td></tr></table>
25<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
26</body>
27</html>
28