- Sep 27, 2012
-
-
- Sep 26, 2012
-
-
Quanah Gibson-Mount authored
-
- Sep 25, 2012
-
-
If trying to alter a non-resettable flag, just close/reopen the env.
-
allows setting writemap and some other useful flags
-
- Sep 19, 2012
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
return whatever the cursor is currently pointing at
-
- Sep 18, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Update configure for MozNSS check
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- Sep 17, 2012
-
-
Howard Chu authored
page_split with newindex > split_indx
-
Howard Chu authored
Use explicit MDB_RDONLY flag
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Do not try shared lock when closing or after error. Track file lock state to decide. Change meaning of *excl to reflect file lock state.
-
Hallvard Furuseth authored
Drop the sem_unlink() error checks, which could prevent the 2nd unlink. Instead use O_EXCL in sem_open(). This makes "open+close the database" the API for trying to clean away the old semaphores, if they were left behind by a previous run.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Avoid race between numreaders++ and reading numreaders at cleanup. Make the un-mutexed reset of reader table entry, atomic: Reset mr_pid only. Instead check mr_pid != 0 in mdb_page_alloc()'s scan for readers. (txnid_t)-1 as "no ID"-mark avoids a check for mr_txnid != 0. The scan can stop when seeing an old reader.
-
Hallvard Furuseth authored
An open MDB environment does not survive or catch fork(), so repeating getpid() was pointless.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Rename USE_POSIX_SEM to MDB_USE_POSIX_SEM. Separate MDB_FDATASYNC from MDB_USE_POSIX_SEM.
-
Howard Chu authored
Fix typos, error code ranges
-
Howard Chu authored
Allow cursors on read-only txns to be reused with later txns.
-
Howard Chu authored
-
Howard Chu authored
Overwrites the passed in key with the DB's key
-
- Sep 14, 2012
-
-
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Sep 12, 2012
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
More for d7935941 ITS#7229
-
- Sep 07, 2012
-
-
Quanah Gibson-Mount authored
-
update mdb_tool_idl_add prototype
-
Fix search_aliases invocation
-
Howard Chu authored
Note read-write vs read-only mmap tradeoffs.
-
- Sep 06, 2012
-
-
Howard Chu authored
-