- Sep 14, 2012
-
-
Howard Chu authored
-
- Sep 12, 2012
-
-
Howard Chu authored
More for d7935941 ITS#7229
-
- Sep 07, 2012
-
-
Howard Chu authored
Note read-write vs read-only mmap tradeoffs.
-
- Sep 06, 2012
-
-
Howard Chu authored
-
- Sep 05, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
- Sep 04, 2012
-
-
Howard Chu authored
Fix abort of child txn
-
- Aug 29, 2012
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Aug 27, 2012
-
-
Howard Chu authored
-
- Aug 26, 2012
-
-
Howard Chu authored
due to a0993354
-
- Aug 24, 2012
-
-
Ondrej Kuznik authored
-
Howard Chu authored
-
- Aug 23, 2012
-
-
Howard Chu authored
Otherwise a process that opens and closes an env more than once will leak mutex handles. (WIN32/BSD)
-
Chris Mikkelson authored
-
- Aug 22, 2012
-
-
Chris Mikkelson authored
-
- Aug 16, 2012
-
-
Howard Chu authored
This is quick and dirty, should be integrated into mdb_stat.
-
- Aug 02, 2012
-
-
Howard Chu authored
-
- Jul 31, 2012
-
-
Howard Chu authored
-
- Jul 26, 2012
-
-
Howard Chu authored
-
Howard Chu authored
Ignore current cursor pos if it's out of bounds.
-
Howard Chu authored
-
- Jul 25, 2012
-
-
Howard Chu authored
-
- Jul 24, 2012
-
-
Howard Chu authored
-
- Jul 23, 2012
-
-
Howard Chu authored
-
Howard Chu authored
Minimizes the number of memcpy's if additional dups are stored.
-
Howard Chu authored
-
- Jul 21, 2012
-
-
Howard Chu authored
Append mode now does no key comparisons, input must be in sorted order. page_split was not updating cursor parents correctly.
-
- Jul 17, 2012
-
-
Howard Chu authored
-
- Jul 13, 2012
-
-
Howard Chu authored
Just lookup the DB roots as needed. When many DBs are in use, most of the copies won't be referenced in a given txn, and there's a bad race condition in the copy routine.
-
Howard Chu authored
Must begin with '/'
-
Howard Chu authored
-
Howard Chu authored
-
- Jul 09, 2012
-
-
Howard Chu authored
-
Howard Chu authored
This reverts commit 4a0b3049.
-
- Jul 07, 2012
-
-
Howard Chu authored
Relevant info should be copied during txn_begin only.
-
- Jul 06, 2012
-
-
Howard Chu authored
Just a trial. This may not make sense if we decide to split the meta pages into their own separate file, to allow meta traffic to reside on a separate spindle.
-
Howard Chu authored
Clarify prev commit, fix Doxygen comments broken by earlier changes
-
- Jul 05, 2012
-
-
Howard Chu authored
Don't re-use free pages so soon; that leaves us vulnerable to DB corruption if data syncs successfully but meta doesn't.
-
- Jun 02, 2012
-
-
Howard Chu authored
-