0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

1047 Commits

Author SHA1 Message Date
Aaron
593bf1f126 virtual dtors == good 2009-02-18 13:42:32 -05:00
Eliot Horowitz
7412a333fc filemd5 supports root
BugzID: 1165
2009-02-18 13:11:22 -05:00
Eliot Horowitz
b6699b50b3 help for filemd5 2009-02-18 11:29:04 -05:00
dwight
90f39126fc log more on commands 2009-02-18 09:45:49 -05:00
Geir Magnusson Jr
9bd71ee240 dbcommands.cpp : add log() message when a closeAllDatabases message is recieved and run 2009-02-18 09:13:03 -05:00
Aaron Staple
b30b8b3299 Fix unit test failure related to initialization order of static variables 2009-02-17 23:09:37 -05:00
Aaron
247d3e69a4 Some ordering logic 2009-02-17 20:57:36 -05:00
Aaron
1c978eaace Better error message 2009-02-17 19:46:37 -05:00
Aaron
42de993149 More field bounds 2009-02-17 19:39:35 -05:00
Aaron
7e7722ea06 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 18:57:24 -05:00
dwight
f4a3b464ec Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 18:40:59 -05:00
dwight
1da901f2bf compile mongos on windows 2009-02-17 18:40:27 -05:00
Aaron
384c4881a1 Fix another memory leak 2009-02-17 18:39:52 -05:00
Aaron
09f1a31b41 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 17:23:59 -05:00
Aaron
fb656c60d2 Fix memory leak 2009-02-17 17:11:40 -05:00
Aaron
41c1520dea Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 15:53:24 -05:00
Aaron
0e38bc5a8f FieldBound work 2009-02-17 15:53:19 -05:00
dwight
a44c512852 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 14:03:43 -05:00
Aaron
45daee2130 Merge 2009-02-17 11:16:13 -05:00
Aaron
2c1662cc83 Add command closeAllDatabases 2009-02-17 11:11:13 -05:00
Eliot Horowitz
566af4dc73 new java js system 2009-02-15 16:12:54 -05:00
dwight
667c004013 a little dbclient.h cleanup (minor) 2009-02-13 20:04:13 -05:00
Dwight
da53450036 fix to properly check for dupkey with unused keys 2009-02-13 12:58:05 -05:00
Dwight
80e95f860a Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 11:26:10 -05:00
Dwight
9c286b438f btree: fix a bug (missing code) when reinserting a key that was marked unused 2009-02-13 11:25:52 -05:00
Eliot Horowitz
65687c9303 command helper system
runCommand( { "blah" : 1 , help : true } )
in shell db.commandHelp( "blah" )
2009-02-13 09:44:07 -05:00
Dwight
c67eca8a2f c++ client:
allow BSONElements with the labeler
example
2009-02-12 18:20:52 -05:00
Dwight
0cc3993211 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 15:03:54 -05:00
Dwight
459d62347b replication / exception throwing bug fix
--only option added
2009-02-12 15:03:38 -05:00
Eliot Horowitz
6e345fc61d make shell output more info for bindata
BSONElement.binDataType helper
2009-02-12 14:30:45 -05:00
Dwight
4c03dc15ed replication bug with __updateObjects() and logOp() 2009-02-12 12:19:00 -05:00
Aaron
84231c6919 Wait for replication to finish before grabbing db mutex 2009-02-12 11:37:30 -05:00
Aaron
cd2a542337 Select index if query contains condition for first index field 2009-02-12 10:11:02 -05:00
dwight
bb13742663 better err msg 2009-02-12 09:20:26 -05:00
Aaron
fe8ed2defa Use default handler for SIGQUIT 2009-02-11 15:50:27 -05:00
Aaron
c326d4a508 Can pick index with more key specificity than required by sort / find spec 2009-02-11 15:37:51 -05:00
Aaron
878cffc529 handle SIGQUIT too 2009-02-11 14:30:46 -05:00
Aaron
bd3b8ec5e1 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-11 13:18:01 -05:00
Aaron
6224cd9f29 Add initial perf tests 2009-02-11 13:17:52 -05:00
Dwight
4dfbeda3db while cloning don't fail the whole process if one object has a uassert problem 2009-02-11 12:13:08 -05:00
Dwight
020b6035b4 more sensible vesrion # 2009-02-11 11:38:39 -05:00
Dwight
d063654ff5 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-11 11:28:56 -05:00
Dwight
9f5fe79f2f little things: hack for windows filenames, better logging 2009-02-11 11:28:49 -05:00
Eliot Horowitz
827e76b779 filemd5 command 2009-02-11 10:37:27 -05:00
Aaron
86b5efcd1e Call clientStop() before releasing mutex 2009-02-11 10:24:32 -05:00
Dwight
85298ec174 wasn't logging enough 2009-02-11 09:58:01 -05:00
U-ELIOT-019992DFC\Administrator
f694f826dd windows fix for finding jars 2009-02-11 09:27:21 -05:00
U-ELIOT-019992DFC\Administrator
1515ab7f6b hack to not do deal with c/c++ link issue on windows release build
only effects md5 test on win release
2009-02-11 09:15:34 -05:00
Dwight
9cc79db551 fix a bug with dup _id keys, but fix is in comments for tonight
make show dbs pretty

2009-02-10 17:42:31 -05:00
Dwight
2b96bea8d0 db.vcproj updated 2009-02-10 15:39:47 -05:00