index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
dbdirectclient_test.cpp
Age
Commit message (
Expand
)
Author
2024-09-12
SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)
William L Qian
2024-07-30
SERVER-92613:refactor jstests/sharding/opcounters.js as a unit test (#25429)
niazpavelatmongo
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-03-16
SERVER-73819 Allow internal errors to escape DBDirectClient
Blake Oler
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-02-23
SERVER-63331 Convert WriteErrors parsing into IDL
Kaloian Manassiev
2021-12-21
SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...
David Storch
2021-10-25
SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...
David Storch
2021-10-20
SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...
Allison Easton
2021-01-13
SERVER-26257 Prevent dbdirectclient from authenticatng
Sergey Galtsev