mongo icon indicating copy to clipboard operation
mongo copied to clipboard

The MongoDB Database

Results 103 mongo issues
Sort by recently updated
recently updated
newest added

CLA signed. But this comment fix did not warrant a jira ticket. `Chome` => `Chromium` It is an alternative to [1547](https://github.com/mongodb/mongo/pull/1547) which was closed immediately.

When we modify the configuration information of WT multiple times, Mongo server can only retain the last result and cannot obtain all modification records. ![image](https://github.com/mongodb/mongo/assets/14356223/5bffd686-f312-4377-8cab-35b2ea89c2e9) db.adminCommand( { setParameter : 1,...

I ran `aspell -c` on the `.md` files in `docs/` and fixed a few typos that it found. This PR has some overlap with https://github.com/mongodb/mongo/pull/1579.

Typo

after we reopen wiredtiger_open, we shold close the old connection if we not close the old open wiredtiger, There will be a Resource leak.

if user's max connections is greater than wiredtiger's session_max, it will crush. wiredtiger's session_max must great than user's connection.

This PR fix the typo present in the `docs` folder ```pseudo buid > build ususally > usually architecure > architecture chosing > choosing patten > pattern occured > occurred ```

Typo

Backports the ASIO-Logging fix from [SERVER-68548](https://jira.mongodb.org/browse/SERVER-68548) to v5.0 Branch