Commit Graph

53 Commits

Author SHA1 Message Date
Dwight
31a1b75aa3 slightly better error message when problem opening files 2009-10-27 14:25:45 -04:00
Dwight
844d96c19f allow more indexes
do not revert to an earlier db version or you will have problems
2009-10-21 16:00:40 -04:00
Dwight
a606c7a6b8 cleanup/prep for # of indexes work 2009-10-19 16:53:58 -04:00
Dwight
314385b97e some tests were failing when _DEBUG was defined...MINOR 2009-10-19 15:30:16 -04:00
Dwight
2d934d1006 move curNs to Client object 2009-10-13 16:01:02 -04:00
Eliot Horowitz
ae3d49d718 allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
Eliot Horowitz
11b7f5c53b better debugging MINOR 2009-09-03 10:34:31 -04:00
dwight
b00247a858 --nssize parameter 2009-08-20 15:00:25 -04:00
dwight
f4d875ee00 comments and fix indentation MINOR 2009-08-19 14:46:27 -04:00
Eliot Horowitz
d804f7f3ee add collstats command SERVER-215 2009-08-12 13:53:52 -04:00
Eliot Horowitz
abb40a551d got rid of exit() calls 2009-08-07 15:37:50 -04:00
Aaron Staple
3a337ff121 repl support for fast rename plus test 2009-07-29 19:10:34 -04:00
Aaron Staple
5dcdc3a59c fast collection renaming within a database 2009-07-29 15:53:14 -04:00
Eliot Horowitz
bd018f61d5 long instead of int for file size 2009-07-09 16:56:34 -04:00
Dwight
ec0b50ddbd log more if too many passes in alloc 2009-05-14 10:18:46 -04:00
Aaron
eb5fa5c7d8 add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
Aaron
f86d33372d update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00
Aaron
5a276ef621 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
Aaron
eb68328620 Test exhausting oplog space 2009-03-06 11:51:44 -05:00
Aaron
20e6ea6b8e Invalidate log if run out of space 2009-03-06 11:08:30 -05:00
Aaron
9817535968 Infrastructure for validating log 2009-03-06 10:45:35 -05:00
Aaron
9a993fcb2e Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-06 09:50:34 -05:00
Aaron
feb63537e1 Fix some clonecollection issues 2009-03-05 19:58:07 -05:00
Aaron
ae78648781 Better cloneCollection checkpoint 2009-03-04 15:57:35 -05:00
Aaron
5ca0a571e5 Compile g++ 4.3 2009-03-04 13:54:56 -05:00
Aaron
2ba030abe0 Move index cache to NamespaceDetailsTransient 2009-03-03 17:30:26 -05:00
Aaron
e641c77844 Clarify use of prefix 2009-03-03 15:32:51 -05:00
Aaron
dbaa985014 Reset NamespaceDetailsTransient and clear query cache on drop database 2009-03-03 15:27:22 -05:00
Aaron
f1ad2c2875 Adjust dependencies 2009-02-26 11:08:23 -05:00
Aaron
cf8e9b31b4 Create .ns file lazily 2009-02-06 12:45:05 -05:00
Dwight
d1ba9dfb49 datastore work 2009-02-02 18:18:22 -05:00
Aaron
cfb9ffa0ec Reset index cache when deleting index 2009-01-27 16:16:53 -05:00
Dwight
c85b113c66 check that _id is unique 2009-01-26 17:23:45 -05:00
Aaron
6bb5ca74b8 Use ns string value for map key, rather than pointer location 2009-01-21 14:40:15 -05:00
Eliot Horowitz
3e7985c5d6 changed verbose to logLevel and added log(int) 2009-01-20 14:30:59 -05:00
dwight
e1021ee8ab authenticate command work
some dbhelpers additions
less verbose logging
2009-01-18 17:48:44 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron
c794c1e681 Support capped collections w/ multiple extents (migration from old formats is automatic) 2009-01-13 10:30:01 -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
Aaron
75a45c346f Add repairDatabase support 2008-12-16 10:20:24 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
Dwight
ede1f1e2ba big change for stopOnMiss 2008-11-18 15:47:37 -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
dwight
e783239b3f copydb work 2008-09-14 22:49:30 -04:00
Eliot Horowitz
fd876a27f7 fix a possible typo??
dwight - please verify
2008-08-28 20:34:44 -04:00