Commit Graph

139 Commits

Author SHA1 Message Date
Eliot Horowitz
9ecc007b5b move sayDbContext to stdafx (it was defined there anyway) 2009-01-14 13:00:07 -05:00
Aaron
20dc205b17 Size calculation works for cap extent minSize on 64 bit machines, removed compiler warnings. 2009-01-14 10:11:51 -05:00
Aaron
d0299a39d1 Separate file size spec from name, create new style capped cursors, define file size func on any os 2009-01-13 10:28:42 -05:00
Aaron
3e5965e2c9 Fix disk free space calculation 2009-01-12 09:58:30 -05:00
Dwight
11c43967f9 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-06 18:25:45 -05:00
Dwight
1cc123561a try not to die in segv printouts with deadlocks and such 2009-01-06 18:25:38 -05:00
Aaron
dacc872ba2 Enhance json parser 2009-01-06 13:02:09 -05:00
Dwight
42a807d3ee minor logging prettiness 2008-12-31 10:01:55 -05:00
Aaron
4e01f4fc84 Clear tmp dirs on startup 2008-12-29 14:22:36 -05:00
Aaron
59c6f23224 Add listDatabases command 2008-12-29 13:24:24 -05:00
Aaron
3211918f04 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-29 12:11:14 -05:00
Aaron
f6613cc644 Check db size before repairing 2008-12-29 11:56:13 -05:00
Dwight
a9bbd5681b nicer logging
--verbose
2008-12-29 11:47:20 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
unknown
4148938303 simple quotas for disk usage 2008-12-27 12:07:20 -05:00
unknown
d3d8cb55d1 minor logging cleanup 2008-12-27 11:05:04 -05:00
dwight
12e8be2b62 ensurehaveidindex had a bug could have resulting in two _id indexes 2008-12-25 21:22:27 -05:00
Aaron
3148da81f2 Index simple objects within arrays 2008-12-24 13:57:30 -05:00
Aaron
11f58f1882 Use empty string for field names of key elements 2008-12-19 18:12:59 -05:00
Aaron
e416c1f119 Automatically repair databases when pdfile version changes 2008-12-18 13:32:47 -05:00
Aaron
b473e85b92 Make g++ warnings stricter, clear a few new warnings 2008-12-17 14:09:37 -05:00
Dwight
ac51aadd92 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/pdfile.h
2008-12-16 18:01:00 -05:00
Aaron
75a45c346f Add repairDatabase support 2008-12-16 10:20:24 -05:00
Aaron
b3d2c2ebd8 Some basic array index improvements 2008-12-11 17:35:11 -05:00
Aaron
3ec2ba4d9d Added some index details tests 2008-12-11 15:20:28 -05:00
Dwight
9fadd09ac6 show assertions in the web console 2008-12-04 18:11:25 -05:00
Dwight
e0727dc658 clone/copy db now works on replicating databases 2008-12-03 18:27:32 -05:00
Dwight
eff1694cd7 repl tran log was smaller than it should be 2008-12-02 15:51:00 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
Dwight
2a46ef9acd embedded object segfault fix 2008-11-04 15:05:01 -05:00
Dwight
a4968427e2 bug fix with $natural
timeout on connects w/dbgrid faster
2008-11-03 20:42:59 -05:00
Dwight
13480027d9 reorganize commands code for dbgrid 2008-10-22 16:56:39 -04:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
unknown
2a9c303a5a int datatype 2008-10-12 20:09:59 -05:00
Dwight
732e137119 BUG 905 fixed w/indexes case 2008-10-09 17:29:04 -04:00
dwight
8fbdd64997 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-10-08 18:20:17 -04:00
dwight
4f23bf199f minor, request.cpp started 2008-10-08 18:20:02 -04:00
Eliot Horowitz
98823b6ca4 don't use data files larger than 512mb on 32 bit 2008-10-07 08:18:19 -04:00
Dwight
ab00e9875b validate objects on clone() 2008-10-02 17:25:57 -04:00
Dwight
379a756262 copydb 2008-09-15 15:30:53 -04:00
dwight
e783239b3f copydb work 2008-09-14 22:49:30 -04:00
Dwight
f56113d736 arbitrate 2008-09-11 15:13:47 -04:00
Dwight
5727d1b853 repl tweaks
justCreated wasn't qutie right
 smarter about handling new db's beign advertised
 log cleaner
2008-09-05 10:40:00 -04:00
Dwight
5f9d52a2f5 more work on pairing 2008-09-04 18:24:03 -04:00
Dwight
8cac7e4dc4 advertise new dbs for replication; handle user asserts on repl 2008-09-03 16:43:00 -04:00
Dwight
10d993452b added transient namespace info 2008-08-27 20:33:47 -04:00
Dwight
43529c43cf we only clone one database per pass, even if a lot need done. This helps us
avoid overflowing the master's transaction log by doing too much work before going
back to read more transactions. (Imagine a scenario of slave startup where we try to
clone 100 databases in one pass.)
2008-08-26 13:34:34 -04:00
Dwight
ca08e48791 repl tweaks 2008-08-25 16:46:39 -04:00
Dwight
53c3f540b6 auto add _id index on slave so replication is fast 2008-08-19 17:13:20 -04:00
Dwight
f4f3aacad7 checkpoint my work 2008-08-12 10:30:27 -04:00