Commit Graph

414 Commits

Author SHA1 Message Date
dwight
32e38c18cb rs change how initial sync happens we now take the whole old oplog 2010-08-02 14:03:33 -04:00
Eliot Horowitz
127558c1c4 Database::flushFiles and use in rs for speed 2010-07-26 17:28:24 -04:00
dwight
f8d63e3ca0 capped reorg some 2010-07-25 16:16:19 -04:00
dwight
296526ce53 checkpoint 2010-07-23 22:44:11 -04:00
Dwight
f1d859be45 rs dropalldatabases bug 2010-07-22 13:13:50 -04:00
Alberto Lerner
67097550ed SERVER-1270 Elim c_str() /db 2010-07-20 12:07:14 -04:00
dwight
2212743ad5 rs 2010-07-16 12:51:01 -04:00
Dwight
8bcd3e37bc updateObjects did not work properly with god=true 2010-07-14 16:13:44 -04:00
Richard Kreuter
3834e8d035 Remove --lockfilepath option. SERVER-1411 2010-07-13 18:16:26 -04:00
Richard Kreuter
ae79e7aee9 Add a --pidfilepath option, (next step: delete --lockfilepath). SERVER-1411 2010-07-13 18:02:44 -04:00
Aaron
746e1e80db SERVER-1180 try to fix header non osx 2010-07-12 14:38:42 -07:00
Aaron
7e6a063529 SERVER-1180 check free space in repair path 2010-07-12 14:06:44 -07:00
Eliot Horowitz
08a30732d9 clean up temporary collection handling
fix memory leak when dropping temp collections
2010-07-07 10:06:04 -04:00
Aaron
3040636830 SERVER-1217 work old boost 2010-07-06 12:51:04 -07:00
Dwight
12663be3f9 defer creating the id index on a clone until we first insert all the data 2010-06-30 17:28:57 -04:00
Dwight
11a05067f0 better var name 2010-06-30 16:52:29 -04:00
Aaron
b543b4a4a8 SERVER-1217 old boost? 2010-06-21 18:13:48 -07:00
Aaron
2353944ea0 SERVER-1217 boost rename doesn't work across partitions, so copy and then delete 2010-06-21 18:01:02 -07:00
Eliot Horowitz
e42ab71086 stability tests 2010-06-21 13:17:05 -04:00
Eliot Horowitz
ebd6d55fbb make maxSize for a capped collection a long long SERVER-1235 2010-06-14 15:20:45 -04:00
Eliot Horowitz
eebb327db8 make check for $ faster 2010-06-09 12:08:02 -04:00
Aaron
dc00413381 SERVER-1203 repair oplog properly 2010-06-08 11:50:45 -07:00
Eliot Horowitz
6b0b96f48a defensive asserts 2010-06-02 10:01:42 -04:00
Dwight Merriman
a6e5b141c2 remove extraneous logging from dbtests 2010-05-25 21:53:55 -04:00
Aaron
2ecc53d015 fix preallocation 2010-05-24 17:33:01 -07:00
Dwight Merriman
608ef69bc4 quieter on test run 2010-05-23 15:07:32 -04:00
Dwight
7b15644836 minor tests 2010-05-19 12:19:56 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
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