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

There's a single reference to `appendSystemDetails` in `generic_servers.cpp`. It makes sense to have the function return an un-nested BSON object in the same `getSystemFoo()` and `reply.setFoo()` style instead of modifying...

Knowing that a cache will be larger than cache allows to make different decisions about how to ingest new content and store the index information. This currently compiles, but I...

`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the message, `log_success_msg` and `log_failure_msg`...

Remove redundant function call. The following three perform the same logic, why not just call the os.path.dirnam() function once??? ```python MONGODB_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) MONGODB_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) MONGODB_ROOT = os.path.abspath(os.path.dirname(__file__)) ```

This is a WIP test that changes the chunk version format from an array format: `[, , ]` To an object like format: `{v: , e: , t: }` There...

### Problem: mongo causes os shell crash if we type ctrl + c when entering password in stdin. In linux platform: When we login to mongo server in shell with...

team/server-service-architecture

Changes included in this PRChanges to the following files to upgrade the vulnerable dependencies to a fixed version:buildscripts/libdeps/graph_visualizer_web_stack/package.jsonVulnerabilities that will be fixedWith an upgrade: Severity | Priority Score (*) |...

In this patch: - Added a concatenate_with_tenant_id_and_db namespace type for IDL defined commands - Removed securityToken from opCtx and put on the request object Not in this patch: - Changes...