| Age | Commit message (Collapse) | Author |
|
(#24954)
GitOrigin-RevId: 88dd3ef2b4325ca332b8e7e6180f1e8f9c7534ea
|
|
GitOrigin-RevId: d04fcbceb37c43435234c8ac0c6dd599bd4cb794
|
|
GitOrigin-RevId: 70b5bdac333a71ff8ea88cf6f5827e2d19b109e8
|
|
GitOrigin-RevId: 8d4990e21d30aa8e36bf4d60e9acde80a4c2c12c
|
|
GitOrigin-RevId: e758a4e0fa164d62ee058f4f618b6884294efd08
|
|
GitOrigin-RevId: 3a3a9d26d8a167c98e72afde863784e9a894ee8d
|
|
GitOrigin-RevId: ab8ddfe14ae47dcb4aaf7988e062d7ba2ea509e4
|
|
GitOrigin-RevId: bcf8bc34491d05927cd3574c3ee0ee8f7657ca2b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
possible race condition
|
|
|
|
|
|
|
|
Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
|
|
|
|
|
|
o also, deduplicated the example log id's in src/mongo/logv2/README.md
even though they were just examples, it was funny that there werre not
unique
|
|
analyzer
|
|
|
|
- Remove several legacy logger/ files
- Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version.
- Globally replace logger::{LogSeverity,LogComponent} => logv2::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create mode 100644 jstests/noPassthrough/mr_noscripting.js
delete mode 100644 jstests/noPassthroughWithMongod/mr_noscripting.js
create mode 100644 jstests/sharding/agg_js_on_mongos.js
create mode 100644 jstests/sharding/javascript_heap_limit.js
|
|
|
|
We don't need these implementations as the mozjs code doesn't
call into them anymore. Therefore we don't have to either.
|
|
|
|
|
|
|
|
Rename utils/mongoutils/str.h => utils/str.h
Rename namespace mongoutils::str => str
Rename mongo::strcasecmp => str::caseInsensitiveCompare.
|
|
|
|
|
|
|
|
|
|
|