0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

5183 Commits

Author SHA1 Message Date
Dwight
0591a5b96a compile vcproj 2010-01-18 11:06:10 -05:00
Eliot Horowitz
059ebd4b6a rename DBContext to Client::Context 2010-01-17 16:57:35 -05:00
Eliot Horowitz
c93766e975 test/check since i want to be able to rely on this assert behavior 2010-01-16 17:34:44 -05:00
Eliot Horowitz
53b5dae92e check for bad $set where set to an object with a . SERVER-261 2010-01-16 11:16:30 -05:00
Eliot Horowitz
6830dd0dd0 BSONObj::okForStorage - just checks for $ and . for 2010-01-16 11:08:32 -05:00
Eliot Horowitz
cd7148702b jsonString handles Code SERVER-406 2010-01-16 10:39:51 -05:00
Eliot Horowitz
d613425724 fix upset with x.y query and $mod SERVER-390 2010-01-16 10:25:32 -05:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Eliot Horowitz
d4e5f8a3b8 add more ops to OpCounter 2010-01-16 08:00:42 -05:00
Eliot Horowitz
fb6c3315af some more stats counters 2010-01-16 00:50:02 -05:00
Mathias Stearn
5ffd7e4d51 Revert "Make all solaris builds static SERVER-549"
This reverts commit e85270d503.
2010-01-15 19:40:35 -05:00
Mathias Stearn
e85270d503 Make all solaris builds static SERVER-549 2010-01-15 19:21:42 -05:00
Mathias Stearn
4ea9dde3fb Provide extra info with db.serverStatus() 2010-01-15 17:55:41 -05:00
Dwight
4b29cdb1e5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:34:07 -05:00
Dwight
0165ec1fda fix extraneous info put in profiler objects, and make a tiny bit faster (updates) too 2010-01-15 17:33:44 -05:00
Eliot Horowitz
fd155fe9e7 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:22:59 -05:00
Eliot Horowitz
9f004b0cb2 small optimization 2010-01-15 17:22:11 -05:00
Dwight
95ba1b843e elim warning on windows 2010-01-15 17:16:17 -05:00
Dwight
945f38416c Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:12:43 -05:00
Dwight
98db9eed8a comment MINOR 2010-01-15 17:12:16 -05:00
Mathias Stearn
42ec730af2 Better VirtualMemorySize on windows 2010-01-15 16:59:39 -05:00
Eliot Horowitz
efbf3382cd some index cleaning 2010-01-15 16:46:17 -05:00
Eliot Horowitz
e33f6fc92f Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 16:11:08 -05:00
Eliot Horowitz
4539b8e7c5 iterall for HashTable 2010-01-15 16:11:00 -05:00
Dwight
cf91f7211a Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 16:05:39 -05:00
Dwight
2628d0213a refactor and clean up some index building code
no longer allow two indexes with same key pattern (with diff names)
2010-01-15 16:05:14 -05:00
Eliot Horowitz
02e33dafc0 fix id based last error concurrency SERVER-535 2010-01-15 15:57:57 -05:00
Mathias Stearn
32acd37d75 fix uninitialized length for MemoryMapFile on windows. 2010-01-15 15:31:51 -05:00
Eliot Horowitz
72cb9c4832 fix unit test - but may go away anyway 2010-01-15 14:17:01 -05:00
Eliot Horowitz
fcbce5dc30 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 13:55:10 -05:00
Eliot Horowitz
43355195b4 cache IndexSpec in NamespaceDetailsTransient 2010-01-15 13:54:52 -05:00
Dwight
94ed98667f make buildindex interruptable 2010-01-15 13:19:35 -05:00
Eliot Horowitz
b27e1762c5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 13:05:56 -05:00
Dwight
3f6cb1fdcd browser error msg 2010-01-15 12:52:07 -05:00
Eliot Horowitz
08bbb8ba78 create IndexSpec class for keys + meta data 2010-01-15 12:32:29 -05:00
Dwight
1eeef29902 compile vcproj 2010-01-15 11:48:42 -05:00
Dwight
686e23d174 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 11:44:20 -05:00
Dwight
68e9f42e4b compile vcproj windows 2010-01-15 11:44:06 -05:00
Eliot Horowitz
c02e200b10 move some Index* stuff to db/index.* 2010-01-15 11:03:05 -05:00
Eliot Horowitz
d309bc1b09 use boost sleep on sunos SERVER-548 2010-01-15 08:07:33 -05:00
Eliot Horowitz
1ba0144d4f when scanning serially, if a chunk had no results, stopped prematurely SHARDING-71 2010-01-15 01:27:01 -05:00
Eliot Horowitz
f8be8a7529 fix spidermonkey error handling SERVER-515 2010-01-14 23:57:07 -05:00
Eliot Horowitz
2ca97f6623 cleaning test for SERVER-261 2010-01-14 23:56:51 -05:00
Mathias Stearn
60bfc82a4d Use indexes for regexes with "x" flags 2010-01-14 23:52:49 -05:00
Mathias Stearn
30403cdeb5 Use indexes for regexes with escape chars SERVER-522 2010-01-14 23:24:22 -05:00
Mathias Stearn
4d29c6b654 simpleRegex() doesn't belong in BSONElement MINOR 2010-01-14 23:24:22 -05:00
Mathias Stearn
6ed57e7166 Use index for {$regex: "^foo"} queries 2010-01-14 23:24:22 -05:00
Eliot Horowitz
a407720671 test for SERVER-206 2010-01-14 23:03:28 -05:00
Eliot Horowitz
23ea3a46e1 change name of grab to connGrab 2010-01-14 22:47:37 -05:00
dwight
07c26f78ea fix error logging msg 2010-01-14 17:26:06 -05:00