summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_split.cpp
Commit message (Expand)AuthorAgeFilesLines
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-14/+13
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-181-28/+29
* SERVER-7122 Add required privileges to more commandsSpencer T Brody2012-12-111-2/+29
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-111-2/+2
* include time info in splitvectorEliot Horowitz2012-11-191-2/+2
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-10/+9
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-28/+32
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* SERVER-6832 make 'move-top-chunk' heuristic work with prefix shard keysKevin Matulef2012-08-271-7/+29
* SERVER-6809 SERVER-6811 fix chunk bounds for prefix shard keysKevin Matulef2012-08-211-23/+21
* better error message for split errorGreg Studer2012-08-011-1/+2
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-4/+6
* SERVER-1506 change shard key validation to allow prefixes of existing indicesKevin Matulef2012-06-141-19/+15
* bye bye medianKey command, was nice knowin' yaKevin Matulef2012-06-081-79/+4
* refactor: choose relevant index for sharding using just the shardKeyPatternKevin Matulef2012-06-081-12/+30
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-7/+12
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-7/+8
* initial refactoring of indexDetailsForRange use in shardingKevin Matulef2012-05-191-12/+4
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-6/+6
* fix sharding helper with new concurrencyEliot Horowitz2012-03-161-2/+2
* fix splitVector with new concurrencyEliot Horowitz2012-03-151-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+830