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

I'm trying to perform a no-js engine build, and no mongo command. I've hit two issues: serveronly target was underlinked, failing to find a reference to local_sharding_info. core target referenced...

Fully functional windows performance counters imlpemented as a mongod.exe Module. See README. See jira SERVER-2541 for some additional notes. - No Visual Studio project file have been updated. (I can't...

Backlog

In ``docs/building.md`` , It require GCC version 5.4.0 or newer, but ``SConstruct`` require 5.3.0 or newer. Is it mistake?

Without these using `std::string`, mongodb does not build here. I'm using gcc 6.4.0. Please ask if you need more information about my build :)

The trailing slash argument is missing in mongorestore command example in debian mans.

Add range search feature on full text search (original version has only exact match) For CJK language, mongodb does not support stemmer for full text search. Also not easy to...

now the Explain command will not accept unknown command like verbos: 'queryPlanner'

When uncommented this `// print a non-UTC time` block and changed `var UTC = '';` got invalid timezone offsets like: `ISODate("2016-11-14T00:00:00+-100")`. This makes Date be displayed as `ISODate("2016-11-14T00:00:00+0100")`

Elimination of some redundancy. Some function arguments are passed by reference. Few bugs are fixed.