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

1362 Commits

Author SHA1 Message Date
Aaron
a7a8433fae Don't allow mod update on _id 2009-02-04 18:43:03 -05:00
Aaron
082cd621d3 Update with mods on embedded objects 2009-02-04 18:33:59 -05:00
Aaron
5cb34b0b80 Allow 'count' command on a slave 2009-02-04 17:24:15 -05:00
Aaron
875d81cdd1 Print count failure message readably 2009-02-04 17:10:48 -05:00
Aaron
218987d617 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-04 16:15:27 -05:00
Aaron
48d9093643 Replay fixes for some more update cases 2009-02-04 16:15:22 -05:00
Eliot Horowitz
a188aa9c04 --recstore 2009-02-04 15:08:55 -05:00
Eliot Horowitz
62ec296ec2 turn off recstore 2009-02-04 15:07:32 -05:00
Aaron
c6aa27afd5 Don't use async signals in JVM, so our handlers won't get hosed on linux 2009-02-04 15:00:31 -05:00
Dwight
4dc5d0b907 no more "msg end"
get rid of crazy <b> in profiling strings
2009-02-04 14:49:24 -05:00
Dwight
e0030050ee "show profile" feature in the shell

2009-02-04 14:46:17 -05:00
Dwight
1290733ed9 some debug logging 2009-02-04 13:53:08 -05:00
Eliot Horowitz
e2e9efa98a catch socket errors 2009-02-04 13:43:54 -05:00
Dwight
d6cfa79e01 Merge branch 'master' of git.10gen.com:/data/gitroot/p
Conflicts:

	stdafx.h
2009-02-04 13:28:41 -05:00
Dwight
5dd84d0638 on exit, wait for replication to finish up 2009-02-04 13:22:02 -05:00
Aaron
0b3d1f1a15 Validate return value of pthread_sigmask 2009-02-04 13:18:33 -05:00
Aaron
dce936422b Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-04 13:09:08 -05:00
Aaron
83915a6878 Add timestamp to lockless output function 2009-02-04 13:09:00 -05:00
Dwight
57af77dccf Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-04 11:26:59 -05:00
Dwight
c01b4a773a reccache bug fix 2009-02-04 11:26:51 -05:00
Eliot Horowitz
88daf0c1c8 switching to stl bug 2009-02-04 11:18:29 -05:00
Eliot Horowitz
8fb04792e0 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-04 11:12:25 -05:00
Eliot Horowitz
74b38f2292 better path debugging 2009-02-04 11:12:21 -05:00
Aaron
57dc491b4b Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-04 10:59:32 -05:00
Aaron
d9fe088ac9 Clean up autoid test 2009-02-04 10:58:55 -05:00
Eliot Horowitz
27de408d95 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-04 10:55:25 -05:00
Eliot Horowitz
2c3e7fd11f more search paths 2009-02-04 10:55:22 -05:00
Aaron
e77580d460 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-04 10:47:45 -05:00
Aaron
0f724cd5fd Cleanup shutdown -- remove duplicate, debug messages; don't grab log mutex 2009-02-04 10:47:36 -05:00
Eliot Horowitz
aa8d592899 fail if can't build static mongo no matter waht 2009-02-04 09:49:57 -05:00
Dwight
f570edca68 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-04 09:48:58 -05:00
Dwight
92a8365c7d excess log debug line removed 2009-02-04 09:48:23 -05:00
Eliot Horowitz
08f398a532 fail correctly on 64-bit linux 2009-02-04 09:41:52 -05:00
Eliot Horowitz
474529b74d better error messaging 2009-02-04 09:21:39 -05:00
Eliot Horowitz
50a795edcf Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-04 09:17:23 -05:00
Eliot Horowitz
e45d0f3cc9 error on release and not having static for mongod 2009-02-04 09:17:15 -05:00
Aaron
cf4e99b9ee Log generated id with inserted object, log id as update query in some cases 2009-02-03 22:34:51 -05:00
Eliot Horowitz
1156b79bf9 lowercase names - decent change i won't break everything 2009-02-04 02:45:27 +00:00
Eliot Horowitz
eb4b70d16e npe equiv 2009-02-03 21:00:05 -05:00
Aaron
48cfea2b1a Preserve old id on ipdate with no id spec 2009-02-03 19:13:27 -05:00
Dwight
60fb155c50 comments 2009-02-03 18:28:21 -05:00
Dwight
f54e9bef2a Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-03 18:25:01 -05:00
Dwight
c17fcf847c comments 2009-02-03 18:24:55 -05:00
Eliot Horowitz
695439cd0b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-03 18:08:43 -05:00
Eliot Horowitz
8d4c4436dc hacky solution for --release to work on linux 2009-02-03 18:08:38 -05:00
Dwight
aca3431dbf defer reccache writes 2009-02-03 17:39:44 -05:00
Eliot Horowitz
57dac9f774 fix for not building shell 2009-02-03 17:19:00 -05:00
Eliot Horowitz
341c3e49e2 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-03 17:10:53 -05:00
Eliot Horowitz
6897624bc5 some renaming and cleaning 2009-02-03 17:10:44 -05:00
Eliot Horowitz
6d48156c23 throw exception when socket fails 2009-02-03 16:48:12 -05:00