Deleted Added
full compact
11c11
< SM_RCSID("@(#)$Id: smdb2.c,v 8.72 2002/05/24 23:09:11 gshapiro Exp $")
---
> SM_RCSID("@(#)$Id: smdb2.c,v 8.72.2.4 2002/12/03 17:01:15 ca Exp $")
526c526,528
< result = (*db)->open(*db, db_name, NULL, db_type, db_flags, DBMMODE);
---
> result = (*db)->open(*db,
> DBTXN /* transaction for DB 4.1 */
> db_name, NULL, db_type, db_flags, DBMMODE);
636,638c638
< # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
< db_flags |= DB_FCNTL_LOCKING;
< # endif /* !HASFLOCK && defined(DB_FCNTL_LOCKING) */
---
> SM_DB_FLAG_ADD(db_flags);