Eliot Horowitz
|
d0d08c9527
|
better index assert debugging
|
2010-05-11 15:12:17 -04:00 |
|
Eliot Horowitz
|
740cc1308e
|
auto_ptr -> shared_ptr for Cursor objects
|
2010-05-07 17:25:57 -04:00 |
|
Eliot Horowitz
|
c43ab4c85d
|
fix repair with dups and background indexes SERVER-1099
also progress meter enhancements
|
2010-05-07 12:19:00 -04:00 |
|
Eliot Horowitz
|
63f1038d2f
|
don't allow creating an index on system.indexes
|
2010-05-06 22:12:13 -04:00 |
|
Richard Kreuter
|
71431eb970
|
Try #2 at SERVER-756.
|
2010-05-06 11:51:21 -04:00 |
|
Richard Kreuter
|
c8f781ce32
|
Revert "New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756."
This reverts commit 59645ef064 .
|
2010-05-05 16:13:59 -04:00 |
|
Richard Kreuter
|
59645ef064
|
New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756.
|
2010-05-05 11:51:28 -04:00 |
|
Eliot Horowitz
|
a48c830de9
|
Command::run gets "test" not "test.$cmd"
|
2010-05-03 16:25:34 -04:00 |
|
Dwight Merriman
|
164095778e
|
elim some 64 bit warnings etc.
|
2010-04-28 19:39:21 -04:00 |
|
Dwight Merriman
|
3483f22813
|
refactor and rename insert
|
2010-04-28 08:25:56 -04:00 |
|
Dwight
|
bd28578ab8
|
stdafx->pch
|
2010-04-27 15:27:52 -04:00 |
|
Eliot Horowitz
|
a3cb25a0a3
|
logging for yield recursive failure, dont do bg index when have a recursive index
|
2010-04-27 14:19:10 -04:00 |
|
Aaron
|
5f13e864d7
|
SERVER-810 _id modifying updates replicate correctly
|
2010-04-27 00:33:35 -07:00 |
|
Eliot Horowitz
|
50ffb4ac70
|
slightly better followupExtentSize SERVER-1034
|
2010-04-21 11:41:05 -04:00 |
|
Eliot Horowitz
|
7ba0914ed4
|
fix case where its possible to creaet an invalid extent SERVER-1034
|
2010-04-21 10:09:25 -04:00 |
|
Dwight Merriman
|
18f3614188
|
faster! Ordering class
|
2010-04-20 19:42:53 -04:00 |
|
dwight
|
b0a3df820c
|
grow
|
2010-04-07 19:29:56 -04:00 |
|
Dwight
|
89a3d0db82
|
towards storage engine pluggability
|
2010-04-05 17:26:40 -04:00 |
|
Guillaume Delannoy
|
1f655abccb
|
SERVER-425 Configurable path for pid/lock file
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
|
2010-03-31 16:39:43 -04:00 |
|
Dwight
|
3cb1ef8cd9
|
make HeaderSize a const
|
2010-03-31 15:49:28 -04:00 |
|
Dwight
|
4778a2c4ad
|
mmf abstraction 2
|
2010-03-31 15:08:40 -04:00 |
|
Eliot Horowitz
|
e7282bd1ee
|
wrong method name
|
2010-03-28 00:33:33 -04:00 |
|
Eliot Horowitz
|
7a2ba3526f
|
reset curop in repl thread SERVER-837
|
2010-03-26 21:38:39 -04:00 |
|
Eliot Horowitz
|
c86ea1f913
|
fix ClientCursor change
|
2010-03-25 16:16:59 -04:00 |
|
Dwight
|
14e61fb619
|
store queryOptions in ClientCursor in case needed during getMore
|
2010-03-25 15:42:11 -04:00 |
|
Aaron
|
0da2c646ab
|
rm compile warning
|
2010-03-24 09:49:25 -07:00 |
|
Aaron
|
2928f8b2e7
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-03-23 12:05:01 -07:00 |
|
Aaron
|
5468103d28
|
SERVER-812 lastError may not be set during shutdown, so clean up failed index before validating lastError
|
2010-03-23 12:04:54 -07:00 |
|
Eliot Horowitz
|
1965841094
|
bg index progress meter SERVER-809
|
2010-03-22 21:47:03 -04:00 |
|
Eliot Horowitz
|
10e373e079
|
on a collection drop remove namespaces from Top SERVER-768
|
2010-03-16 16:18:36 -04:00 |
|
Aaron
|
9a5dbd5c03
|
SERVER-758 reset query optimizer stats after building index in background
|
2010-03-16 00:58:47 -07:00 |
|
Eliot Horowitz
|
0d779a3fa8
|
can get progress of index creation through db.currentOp and web console SERVER-707
|
2010-03-15 11:18:08 -04:00 |
|
Dwight
|
dd19daa8e8
|
better log msg
|
2010-02-25 13:52:58 -05:00 |
|
Aaron
|
975a714cc7
|
SERVER-657 pass through error code on failed index create
|
2010-02-23 11:48:40 -08:00 |
|
Eliot Horowitz
|
267056081f
|
don't waste so much memory for small collections
|
2010-02-20 17:37:12 -05:00 |
|
Eliot Horowitz
|
8e6c51441e
|
better debugging for SERVER-650
|
2010-02-20 16:38:37 -05:00 |
|
Eliot Horowitz
|
ebb37d118f
|
optional debugging for indexing ram usage
|
2010-02-20 16:25:10 -05:00 |
|
Eliot Horowitz
|
5725f09db3
|
more logging for index building
|
2010-02-19 20:51:03 -05:00 |
|
Aaron
|
7ed81cdf6b
|
SERVER-579 support copyDatabase from source running with security
|
2010-02-16 15:20:35 -08:00 |
|
Eliot Horowitz
|
491f7c448d
|
cleaning
|
2010-02-14 10:50:53 -05:00 |
|
Eliot Horowitz
|
5ca3413cce
|
cleaning
|
2010-02-13 22:15:27 -05:00 |
|
Dwight
|
635a16e94c
|
SERVER-620
mongod thinks a background process is running for a db, even when it's not
|
2010-02-10 15:34:41 -05:00 |
|
Aaron
|
a01100d8e5
|
SERVER-594 allocate first extent of new collection from free list
|
2010-02-08 18:21:42 -08:00 |
|
Eliot Horowitz
|
df9e034ad3
|
add _id to system. collections if they are legal client namespaces
|
2010-02-07 02:04:19 -05:00 |
|
Dwight
|
1aad70190a
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2010-02-04 15:46:34 -05:00 |
|
Dwight
|
92e756eabc
|
background index building
|
2010-02-04 14:25:49 -05:00 |
|
Eliot Horowitz
|
57c0843f76
|
better debugging MINOR
|
2010-02-04 10:52:59 -05:00 |
|
Eliot Horowitz
|
62f47cc910
|
cleaning up security - moving to centralized location
|
2010-02-04 10:49:19 -05:00 |
|
Dwight
|
b9be275c37
|
make a couple vars loop invariant for multi updates, and thus be a bit faster for that case
|
2010-02-03 17:31:52 -05:00 |
|
Dwight
|
a0fdf6d9e9
|
fix for a dropDups case with bg indexing
|
2010-02-02 13:01:11 -05:00 |
|