| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- avoid signed overflow and integer promotion
- no std::signbit, avoid cast warnings in abs
- restore libbase->intelfp dependency back to public LIDEP
- volatile test
|
| |
|
|
|
|
|
|
| |
running inside a multi-document transaction
When a write inside a multi-document transaction needs to set an index as multikey, we update the multikey flag in the on-disk catalog in a transaction separate from the parent transaction. We commit this side transaction immediately, so as to avoid the catalog write generating prepare conflicts if it was written as part of a parent transaction that later became prepared. In general, it is safe to set an index as multikey too early. The multikey write is timestamped at the most recent value of the LogicalClock.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
... because having it return Status just so all callers can assert that
it's OK is useless.
|
| |
|
|
|
|
| |
IndexBuildsCoordinator
|
| |
|
|
|
|
| |
within a sub-pipeline
|
| |
|
| |
|
|
|
|
| |
This reverts commit f16da96fdbb9a151cbc9890802c53370298b4fd2.
|
| |
|
|
|
|
|
|
|
| |
ref: 25f23659be..d7cc167b3f
for: 4.3.1
TOOLS-1801 text index collation creation may require explicit 'simple' locale
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
minOpTime recovery document.
|
| |
|
|
|
|
|
|
| |
implementation"
This reverts commit 467f1fdf977ce38c07429ec0014d8cc5ee28ab1b.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from replSetGetStatus response in v4.4 dev cycle
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
config to be different from that of the member index
|