summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string_bm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-231-0/+29
|
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-221-29/+0
| | | | This reverts commit 5f5f4ede9151d2da43a92145e3b3b6f735a09d43.
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-211-0/+29
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-42712 Add benchmarks for KeyString releasing, copying, and assignmentLouis Williams2019-08-201-0/+74
|
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits ↵Daniel Solnik2019-07-161-2/+2
| | | | classes for generating KeyStrings.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36289 Add benchmarks for KeyString-BSON conversionsXiangyu Yao2018-08-011-0/+175