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

JIRA Ticket: https://jira.mongodb.org/browse/SERVER-45617 Notes: 1. `codepoints_diacritic_map.cpp` was changed to add removal of diacritis for Đ and đ. It had to be updated manually because it doesn't look like it is...

# Keep receiving [ftdc] Rollback ID is not initialized yet. ``` 2020-12-14T02:22:27.353+0000 I NETWORK [conn162784] end connection 127.0.0.1:60928 (1 connection now open) 2020-12-14T02:22:28.000+0000 W REPL [ftdc] Rollback ID is not...

When building with SSL=off, latest 4.4.4 release doesn't compile with the following error: ``` src/mongo/db/db.cpp:340: error: undefined reference to 'mongo::OCSPManager::startThreadPool()' src/mongo/util/net/ocsp/ocsp_manager.h:49: error: undefined reference to 'mongo::OCSPManager::OCSPManager()' collect2: error: ld returned...

https://jira.mongodb.org/browse/SERVER-58467

Added a Dockerfile to build Ubuntu 18.04 based image with all the required dependencies to run mongo build.