Eliot Horowitz
|
4539b8e7c5
|
iterall for HashTable
|
2010-01-15 16:11:00 -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 |
|
Eliot Horowitz
|
f186f7e483
|
add /extra/path/lib64 SERVER-546
|
2010-01-14 16:45:03 -05:00 |
|
Eliot Horowitz
|
eab3b5f06e
|
use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539
|
2010-01-14 15:35:29 -05:00 |
|
Eliot Horowitz
|
718ec488d5
|
get rid of clientIsEmpty() and add isEmpty() to Datbase
|
2010-01-14 13:17:32 -05:00 |
|
Eliot Horowitz
|
c0a2b97769
|
_id lookup don't work without index (capped collections) SERVER-545
|
2010-01-14 13:07:17 -05:00 |
|
Eliot Horowitz
|
1d5186004c
|
windows MINOR
|
2010-01-14 10:42:55 -05:00 |
|
Eliot Horowitz
|
dd742c42fe
|
some more debugging for sharding MINOR
|
2010-01-14 10:41:41 -05:00 |
|
Eliot Horowitz
|
8b50f1ce38
|
some sharding internal tests
|
2010-01-14 10:37:03 -05:00 |
|
Eliot Horowitz
|
a0b4be402d
|
fix --logappend SERVER-543
|
2010-01-14 00:08:41 -05:00 |
|
Eliot Horowitz
|
8a81ec59b9
|
make --quiet option for shell SERVER-542
|
2010-01-13 21:08:23 -05:00 |
|
Eliot Horowitz
|
3f155f1bcb
|
on $ mod make sure new object isn't too big SERVER-540
|
2010-01-13 14:57:44 -05:00 |
|
Eliot Horowitz
|
a63ddb26db
|
change order of parmam parsing so no possible issue
|
2010-01-13 14:31:30 -05:00 |
|
Aaron
|
58f1bdeaaf
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-01-12 18:48:04 -08:00 |
|
Aaron
|
2652e7faad
|
SERVER-529 comment
|
2010-01-12 18:47:44 -08:00 |
|
Mathias Stearn
|
e73ba7834e
|
Use indexes for more regex queries
|
2010-01-12 21:16:52 -05:00 |
|
Aaron
|
6759276276
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-01-12 18:04:16 -08:00 |
|
Aaron
|
5d67aa7014
|
MINOR use hidden value for native js thread object, avoids trouble when printing
|
2010-01-12 18:00:29 -08:00 |
|
Aaron
|
386a525c2f
|
SERVER-529 when js thread throws an exception, log and check return
|
2010-01-12 17:33:03 -08:00 |
|
Aaron
|
81dd7eed51
|
SERVER-531 use correct threading model for disabling lastError
|
2010-01-12 16:56:29 -08:00 |
|
Aaron
|
cf3b8f2468
|
SERVER-531 refactor code for not influencing lastError
|
2010-01-12 15:33:29 -08:00 |
|
Aaron
|
6956fa0005
|
Revert "Revert "MINOR drop collection at beginning of test""
This reverts commit 4e93eb843d.
|
2010-01-12 11:56:14 -08:00 |
|
Aaron
|
06d536bd02
|
Revert "Revert "MINOR debug info for error1.js test""
This reverts commit 6e89112398.
|
2010-01-12 11:56:06 -08:00 |
|
Aaron
|
c87c0cbed8
|
Revert "Revert "SERVER-470 don's use namespace 'bar' in jstests""
This reverts commit f124e60fd1.
|
2010-01-12 11:55:51 -08:00 |
|
Aaron
|
d0ab98809c
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-01-12 11:38:10 -08:00 |
|
Aaron
|
f1f1493304
|
SERVER-531 killCursors no longer affects lastError
|
2010-01-12 11:38:00 -08:00 |
|
dwight
|
998d26e1ec
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2010-01-12 14:09:12 -05:00 |
|
dwight
|
6973778138
|
make findingstartcursor safe from timeouts
|
2010-01-12 14:08:38 -05:00 |
|