0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

1855 Commits

Author SHA1 Message Date
Aaron
4427a23bc7 Ignore MinKey and MaxKey in matcher 2009-02-27 14:04:19 -05:00
Aaron
6b73f79c21 Calling done() more than once causes tests to fail now, fixing 2009-02-27 12:18:34 -05:00
Aaron
9ba067542d Set exclusive for regex upper bound, add some tests 2009-02-27 11:48:39 -05:00
Aaron
2f54ed92c1 Remove comments 2009-02-27 11:48:12 -05:00
Aaron
650a4f9e7c Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-27 11:23:20 -05:00
Aaron
4487004dac FieldBoundSet handles inclusive / exclusive bounds 2009-02-27 11:22:12 -05:00
Dwight
46f957313c test relevantForQuery 2009-02-27 11:14:05 -05:00
Dwight
ad725ff5c2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-27 11:05:04 -05:00
Dwight
5a261ed678 new shardkey implementation (first pass) 2009-02-27 11:04:36 -05:00
Aaron
81a684ee5f Massert hack 2009-02-27 10:48:22 -05:00
Eliot Horowitz
0dc0ff0541 make unserialze take a const BSONObj& 2009-02-27 10:37:13 -05:00
Aaron
c61536f8c2 Add updated version of remove1.js test grabbed from ed 2009-02-26 17:32:52 -05:00
Aaron
81f394da61 Fix find1.js test 2009-02-26 17:01:56 -05:00
Eliot Horowitz
18c7965db4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 15:55:10 -05:00
Eliot Horowitz
3722075618 get(Prev|Last)Error stubs 2009-02-26 15:55:00 -05:00
Aaron
418d49d4d8 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 15:53:45 -05:00
Aaron
eb18afd653 More detailed explain 2009-02-26 15:53:33 -05:00
Eliot Horowitz
ce06c18f4c Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 15:22:24 -05:00
Eliot Horowitz
d8661d9b08 sharded delete 2009-02-26 15:21:47 -05:00
Aaron
87967c1ba2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 15:10:53 -05:00
Aaron
4d3100a66d More accurate nScanned recording with plan 2009-02-26 15:09:44 -05:00
Eliot Horowitz
347c6a862f Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 15:02:38 -05:00
Eliot Horowitz
76304fd057 sharded update 2009-02-26 15:02:18 -05:00
Aaron
09bfd068ba Explain includes info on all plans attempted 2009-02-26 14:55:53 -05:00
Aaron
e910263ed2 Additional fix for cloneCollection() js function 2009-02-26 12:16:48 -05:00
Aaron
c7496cc9bf Update cloneCollection js function to match updated command spec 2009-02-26 12:12:25 -05:00
Dwight
7225f8d37b Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	s/shard.cpp
	s/shardkey.cpp
	s/shardkey.h
2009-02-26 12:08:25 -05:00
Dwight
27b8b36c99 shardkey partial 2009-02-26 12:02:43 -05:00
Eliot Horowitz
a828c99d87 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 12:01:42 -05:00
Eliot Horowitz
47d36c761e sharding schema change, some object re-org 2009-02-26 12:01:24 -05:00
Aaron
b2e5b2d024 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 11:35:01 -05:00
Aaron
4eae90b0a6 Start using order with pattern in optimizer 2009-02-26 11:33:23 -05:00
Dwight
7575ede757 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 11:31:25 -05:00
Dwight
ddbda7bd76 a couple more unit tests before rippign up 2009-02-26 11:31:08 -05:00
Aaron
8ccde5ae02 woCompare consider object length 2009-02-26 11:20:19 -05:00
Aaron
ddb69bda2e Add normalized sort spec to query pattern 2009-02-26 11:13:36 -05:00
Aaron
f1ad2c2875 Adjust dependencies 2009-02-26 11:08:23 -05:00
Aaron
851e5545a1 Since we're now using iterative interleaving rather than threads, don't do a table scan if an optimal index is found 2009-02-26 10:44:19 -05:00
Aaron
481f033964 Refactoring 2009-02-26 10:28:27 -05:00
Eliot Horowitz
2212fb8974 use ShardKeyPattern 2009-02-26 10:14:50 -05:00
Eliot Horowitz
a49b857887 sharding schema change, put shard key in dbconfig 2009-02-26 09:47:25 -05:00
Aaron
adcf71c3c3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 19:23:09 -05:00
Aaron
5656a475db If plan not doing as well as before, start using other plans too 2009-02-25 19:22:54 -05:00
Dwight
b5d81276ef Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 16:46:39 -05:00
Dwight
5c74c8df81 comments and better names for shardkey
changed class name to ShardKeyPattern
2009-02-25 16:46:10 -05:00
Aaron
b4b3c9ba61 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 16:37:27 -05:00
Aaron
707b932df4 Delete tests 2009-02-25 16:37:12 -05:00
Dwight
f95bfb7a5b shardkey comments 2009-02-25 16:19:56 -05:00
Aaron
a1775e941a Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 16:05:29 -05:00
Aaron
c7cc5c6b4b Add const 2009-02-25 16:03:09 -05:00