- Aug 26, 2014
-
-
Howard Chu authored
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
Howard Chu authored
-
- Aug 22, 2014
-
-
Howard Chu authored
-
- Aug 20, 2014
-
-
Howard Chu authored
Must save/restore mcd cursor if we're doing a scope-based search.
-
- Aug 14, 2014
-
-
Howard Chu authored
This needs to be streamlined in 2.5, current tool API is a mess.
-
- Aug 04, 2014
-
-
Howard Chu authored
In server mode, make sure the entry was actually ours
-
- Jul 31, 2014
-
-
Howard Chu authored
-
- Jul 23, 2014
-
-
Howard Chu authored
Assigned ITS#, tweaking. This ITS includes 4f05d992 716b35e1 be792fae
-
Howard Chu authored
-
Howard Chu authored
Must also reset search cursors
-
Howard Chu authored
-
Howard Chu authored
Invoked before a blocked writer waits for socket to be writable. Use in back-mdb to release reader txn while waiting.
-
- Jul 09, 2014
-
-
Howard Chu authored
-
- bdb deallocates cursor after some tool operations but expects it to be around every time it is called - mdb tries to allocate a second transaction while it already holds one, deadlocking - op->o_hdr must exist for most uses of op, but o_tmpmfuncs need not - what about indexing after a tool modify? Does it happen automatically?
-
- Jun 04, 2014
-
-
Howard Chu authored
-
Howard Chu authored
-
- May 16, 2014
-
-
Howard Chu authored
Better check for missing IDs
-
Howard Chu authored
mdb_idscopes was remembering the IDs of every entry it checked; it should only have been saving the IDs of entries that were actually in the search scope. The extra entries filled the scopes array, causing a loop searching for a parent entry that was never inserted.
-
- Feb 07, 2014
-
-
Howard Chu authored
-
- Jan 25, 2014
-
-
Kurt Zeilenga authored
-
- Jan 13, 2014
-
-
Howard Chu authored
-
- Dec 11, 2013
-
-
Howard Chu authored
-
- Nov 12, 2013
-
-
Howard Chu authored
Partially revert 47f6aec6 Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-
- Nov 06, 2013
-
-
Howard Chu authored
DN notfound is authoritative, don't ignore the result
-
- Nov 01, 2013
-
-
Quanah Gibson-Mount authored
-
- Oct 12, 2013
-
-
Howard Chu authored
-
- Oct 09, 2013
-
-
Howard Chu authored
Don't need to reindex all the attr values if there were no deletes.
-
- Oct 08, 2013
-
-
Howard Chu authored
-
- Sep 19, 2013
-
-
Quanah Gibson-Mount authored
-
- Sep 02, 2013
-
-
Howard Chu authored
Otherwise this is a no-op in various NOSYNC/MAPASYNC situations
-
- Aug 14, 2013
-
-
Howard Chu authored
op.o_extra is only used with threading
-
- Aug 12, 2013
-
-
Howard Chu authored
-
Howard Chu authored
Works now, but still 2x slower. Leave disabled.
-
- Aug 10, 2013
-
-
Howard Chu authored
-
- Jun 24, 2013
-
-
Howard Chu authored
If multiple ops used the same opinfo the refcount wasn't being decremented
-
- May 24, 2013
-
-
Howard Chu authored
-
- May 23, 2013
-
-
Howard Chu authored
-
- May 17, 2013
-
-
Howard Chu authored
-
- Apr 28, 2013
-
-
Howard Chu authored
-
Howard Chu authored
-