Changeset 848
- Timestamp:
- Feb 14, 2014, 7:04:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/tdb/common/io.c
r841 r848 105 105 if (upgradeLockRC != 0) { 106 106 tdb_brunlock(tdb, F_RDLCK, off, len); 107 intupgradeLockRC = tdb_brlock(tdb, F_WRLCK, off, len, TDB_LOCK_NOWAIT);107 upgradeLockRC = tdb_brlock(tdb, F_WRLCK, off, len, TDB_LOCK_NOWAIT); 108 108 } 109 109 TDB_LOG((tdb, TDB_DEBUG_TRACE,"upgrading lock at %d len=%d "
Note:
See TracChangeset
for help on using the changeset viewer.