| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
transactions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
commitTransaction_forTesting()
|
| |
|
|
|
|
| |
secondaries
|
| |
|
| |
|
|
|
|
| |
transactions
|
|
|
|
| |
transactions
|
|
|
|
|
|
|
|
|
|
| |
This commit removes the geoNear command and moves its implementation
into the aggregation framework. Users should use the aggregate command
with a $geoNear stage.
The implementation rewrite additionally removes the limit in the
$geoNear aggregation stage. To limit the number of results, use a $limit
stage.
|
| |
|
|
|
|
| |
majority-committed on secondaries before reading
|
|
|
|
| |
Users should use the aggregation $group stage instead.
|
| |
|
| |
|
|
|
|
| |
databases within transactions
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
level snapshot
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit c5a4250a649ab0afb4ecdf227d4a0400f9e68786.
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit d05e04551b7e399a5554858de48541ae11988b10.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
under a session
|
|
|
|
|
|
|
| |
Transactions stash the writes so the in-memory state of transaction
table is out of sync during transaction. Two threads (write and chunk
migration) will not update the same session entry due to the WCE
generated by storage engine.
|
| |
|
| |
|
| |
|
| |
|
|
|