summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* getLastError sharded SHARDING-16Eliot Horowitz2009-09-141-0/+32
* distinct() for sharded collection SHARDING-35Eliot Horowitz2009-09-121-0/+27
* client id work and make getLastError work non sharded-collections in sharding...Eliot Horowitz2009-09-111-0/+15
* some tests MINOREliot Horowitz2009-09-112-0/+16
* make group work better with nullsEliot Horowitz2009-09-101-0/+21
* don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz2009-09-101-0/+14
* just an example of group sumEliot Horowitz2009-09-091-0/+4
* simple distinct SERVER-127Eliot Horowitz2009-09-091-0/+23
* use extractFields which is now correct to fix SERVER-257Eliot Horowitz2009-09-091-0/+20
* fix SERVER-282 - BSONObj::extractFieldsEliot Horowitz2009-09-091-10/+6
* more tests for SERVER-282Eliot Horowitz2009-09-091-4/+10
* Merge branch 'master' of github.com:mongodb/mongoAaron2009-09-071-0/+19
|\
| * renameCollection commandEliot Horowitz2009-09-071-0/+19
* | restore capped2 configAaron2009-09-061-1/+1
* | MINOR more conservative capped2 test, for when extent may be reusedAaron Staple2009-09-061-1/+1
* | SERVER-100 checkpoint: aggregate FieldRanges using FieldIntervalsAaron Staple2009-09-061-2/+2
* | add regular null matching to exists.js testsAaron Staple2009-09-061-0/+6
|/
* test for SERVER-282Eliot Horowitz2009-09-061-0/+41
* cleaning and don't allow group on a sharded collection SHARDING-26Eliot Horowitz2009-09-048-8/+26
* don't allow sharding + capped SHARDING-23Eliot Horowitz2009-09-031-0/+25
* unique shard key support SHARDING-31Eliot Horowitz2009-09-032-1/+17
* can't shard a collection with a unique index SHARDING-24Eliot Horowitz2009-09-011-0/+11
* sharding indexing fix part1Eliot Horowitz2009-09-011-4/+19
* can't shard system namespacesEliot Horowitz2009-09-011-0/+40
* make sure new shards are valid SHARDING-29Eliot Horowitz2009-09-011-0/+3
* more name changes in shardingEliot Horowitz2009-09-017-16/+16
* another name changing checkpointEliot Horowitz2009-09-017-17/+17
* rename some sharding commands.dwight2009-08-3011-22/+22
* renamedwight2009-08-291-3/+3
* make tool test more reliable MINOREliot Horowitz2009-08-281-3/+4
* works on 64-bit linux more reliably nowEliot Horowitz2009-08-281-2/+2
* debugging for random tool failure test MINOREliot Horowitz2009-08-271-1/+3
* a test that works MINOREliot Horowitz2009-08-261-0/+5
* test that alreay passes looking at SERVER-241Eliot Horowitz2009-08-261-0/+13
* clean up shell ensureIndex api and put more in help()Eliot Horowitz2009-08-261-0/+37
* broken test for SERVER-261Eliot Horowitz2009-08-261-0/+16
* $popEliot Horowitz2009-08-251-0/+22
* test for indexing multiple sub fieldsEliot Horowitz2009-08-251-0/+17
* test for SERVER-251Eliot Horowitz2009-08-241-0/+18
* wait for tools to quit before continuing - faster and more reliableEliot Horowitz2009-08-241-16/+24
* fallotu from removing methods from ArrayEliot Horowitz2009-08-247-9/+9
* remove methods in Array.prototype so for ( x in [] ) worksEliot Horowitz2009-08-231-1/+1
* test for count with field matchingEliot Horowitz2009-08-211-0/+26
* fix mod eq 0Eliot Horowitz2009-08-211-0/+5
* fix ? case with SERVER-239Eliot Horowitz2009-08-201-4/+3
* MINOR additional case for SERVER-239Aaron Staple2009-08-201-0/+7
* $mod operatorEliot Horowitz2009-08-201-0/+16
* test from before that worksEliot Horowitz2009-08-201-0/+9
* fix windows groupcmd - assert is often overriden - be carefulEliot Horowitz2009-08-191-5/+0
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-08-191-1/+0
|\