DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Berkeley DB Reference Guide:
Upgrading Berkeley DB Applications

PrevRefNext

Release 3.1: Tcl API

The Berkeley DB Tcl API has been modified so that the -mpool option to the berkdb env command is now the default behavior. The Tcl API has also been modified so that the -txn option to the berkdb env command implies the -lock and -log options. Tcl scripts should be updated to remove the -mpool, -lock and -log options.

The Berkeley DB Tcl API has been modified to follow the Tcl standard rules for integer conversion, for example, if the first two characters of a record number are "0x", the record number is expected to be in hexadecimal form.


PrevRefNext

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.