- 27 Aug, 2013 1 commit
-
-
Howard Chu authored
Currently only implemented for OpenSSL. Needs an option to set the criticality flag.
-
- 19 Aug, 2013 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Lock ordering issues
-
Howard Chu authored
Hardcoded number of queues was leftover from preliminary work. Use connection_pool_queues.
-
- 17 Aug, 2013 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Slightly reduce held time.
-
- 16 Aug, 2013 1 commit
-
-
Howard Chu authored
-
- 14 Aug, 2013 3 commits
-
-
Howard Chu authored
-
Hallvard Furuseth authored
Do not access a long long as an array of longs.
-
Howard Chu authored
op.o_extra is only used with threading
-
- 13 Aug, 2013 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
For RDONLY, don't get lockfile until we know datafile exists. Also, don't try to create a new datafile for me_mfd if someone deleted it after we got me_fd.
-
Howard Chu authored
This reverts commit 87258384.
-
Howard Chu authored
-
Howard Chu authored
-
- 12 Aug, 2013 8 commits
-
-
Howard Chu authored
-
Howard Chu authored
Works now, but still 2x slower. Leave disabled.
-
Howard Chu authored
-
Howard Chu authored
Don't compare cursors beyond their depth. (detected by valgrind)
-
Howard Chu authored
-
Howard Chu authored
Should allow for the possibility of future flag combos.
-
Howard Chu authored
-
Howard Chu authored
If a key has a single existing value, and then a put (MDB_MULTIPLE) is done where the first of the multiple values matches the existing value, the put would return SUCCESS without writing any of the values. Fixed to loop to the next value as intended.
-
- 10 Aug, 2013 11 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Hallvard Furuseth authored
Use double DPRINTF() parenthesis, so varargs macros are not needed. Parenthesize MDB_DEBUG, in case the user defines it as foo || bar.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Also check xcursor instead of DUPSORT, it's slightly briefer.
-
John Hewson authored
-
Salvador Ortiz authored
-
Hallvard Furuseth authored
Checking dirty_list was insufficient after a spill with no named databases and no positioned cursors.
-
-
- 09 Aug, 2013 5 commits
-
-
Howard Chu authored
countryString and telephoneNumber were missing
-
Howard Chu authored
-
Salvador Ortiz authored
-
Howard Chu authored
-
Howard Chu authored
-