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

271 Commits

Author SHA1 Message Date
Dwight
d67a202c14 sai hack 2008-04-30 19:31:54 -04:00
Dwight
9b01407c9f get profiling level 2008-04-29 15:34:11 -04:00
Dwight
a8339eedf6 good error msg on an assertion failure in dbCommand 2008-04-28 15:19:53 -04:00
Dwight
50f7e4dc7a assert 2008-04-28 12:36:36 -04:00
Dwight
8210548d7f dbproblem.log file 2008-04-25 17:24:27 -04:00
Dwight
eb204a454c Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-04-17 10:12:32 -04:00
Dwight
84fd0d5390 debug minor 2008-04-17 10:12:25 -04:00
Geir Magnusson Jr
f3a45cf3a1 Add sig handler for SIGPIPE. Lets the app exit cleanly on a "msg end" loop 2008-04-13 12:32:37 -04:00
Geir Magnusson Jr
9c2a3c7c32 Return 0 when sent an "end" message as that's a clean exit 2008-04-12 19:26:14 -04:00
Dwight
a3f3a664a8 group by
appendBool / return bool from jni
2008-04-08 15:42:14 -04:00
Dwight
993e4fd967 overassert fixed 2008-04-07 13:35:58 -04:00
Dwight
f26b090d41 minor 2008-04-07 13:08:28 -04:00
Eliot Horowitz
754bf29e56 tell java where ed is 2008-04-07 11:22:40 -04:00
Eliot Horowitz
de0a31a3f0 some asserts 2008-04-01 17:58:33 -04:00
Geir Magnusson Jr
042da8c2ab Parameterize the msg command so that port can be specified
Enables use of the "msg" feature of db to shut down an instance
based on the port it's listening to
2008-03-31 15:06:58 -04:00
Geir Magnusson Jr
5241d1f3ad Refactor db.cpp to remove repeated code
Encapsualted the init and listen code into a function.
2008-03-31 12:59:03 -04:00
Geir Magnusson Jr
cd788a2a0e Remove the tabs from my previous commit - no functional change 2008-03-31 12:07:18 -04:00
Geir Magnusson Jr
f51fd34f91 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-03-31 12:02:12 -04:00
Geir Magnusson Jr
49a9019ec6 Add alternative starting parameters to allow override of listening port and db data path
$ ./db --port 12345 --dbpath /foo/bar/baz
2008-03-31 12:02:04 -04:00
Dwight
74e5216442 v105 bug with client variable 2008-03-31 11:50:45 -04:00
Dwight
985d443af0 defensive 2008-03-31 11:00:26 -04:00
Dwight
e21dfab42e v104 assert 2008-03-31 09:39:43 -04:00
Dwight
b9666b4db1 switch machines 2008-03-31 08:35:28 -04:00
Dwight
93b8ffe183 $where optimization 2008-03-29 23:30:44 -04:00
Dwight
a34ad50532 more asserts 2008-03-29 17:49:13 -04:00
Dwight
3709542459 add assert 2008-03-29 17:32:42 -04:00
Eliot Horowitz
11e09542d4 cleaning spam 2008-03-29 11:07:18 -04:00
Dwight
fc7ab45ea0 minor cleanup 2008-03-28 18:40:35 -04:00
Geir Magnusson Jr
29c2b615c2 Allow a "makefile.local" in the db dir to override
any settings, such as setting GPP to your local g++
that is v4.2 or better
2008-03-28 11:38:23 -04:00
Eliot Horowitz
48de06f6e9 db local jni access works 2008-03-27 17:48:07 -04:00
Eliot Horowitz
56df95be78 Revert "making it readable in emacs"
This reverts commit add70a7068.
2008-03-27 10:20:08 -04:00
Eliot Horowitz
add70a7068 making it readable in emacs 2008-03-27 10:16:24 -04:00
Eliot Horowitz
5fab4bb711 change ed.js.DBHook to ed.db.JSHook 2008-03-27 09:37:37 -04:00
Eliot Horowitz
61986187e9 more testing 2008-03-26 21:11:37 -04:00
Eliot Horowitz
653391be43 fixed mac build, wonder if i broke linux 2008-03-26 17:50:18 -04:00
geir
3ab88c6cad remove the plain linux makefile 2008-03-26 13:39:41 -04:00
geir
bcc3195cdf Add test for UTF-8 regex support in DB 2008-03-26 13:38:44 -04:00
Eliot Horowitz
8000d4ee4f fix makefiles 2008-03-26 16:22:16 -04:00
Dwight
0625b5ae6b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-03-26 14:51:56 -04:00
Dwight
a46965e010 where tweaks 2008-03-26 14:51:47 -04:00
geir
5a72f148c8 Support for full 64-bit build of db - the real difference is
how the Sun JDK names the dirs for the jvm libraries and headers
2008-03-26 10:16:39 -04:00
geir
ac374d9a81 Modify makefile system to allow different builds on 32-bit vs 64-bit linux.
Will fix on OS X in a sec.  Tested on Ubuntu 32 and sorta glanced at what
will happen on FC 32
2008-03-26 10:11:29 -04:00
geir
2674c112b4 Allow pcre to live elsewhere besides /usr/local/lib as apt-get
drops it in /usr/lib on ubuntu.  Hope this doesn't break Dwight :)
2008-03-26 10:02:59 -04:00
Dwight
8cdedebc9c jnicallback 2008-03-24 18:04:22 -04:00
Dwight
c316b49774 compile on windows 2008-03-24 12:11:07 -04:00
Eliot Horowitz
e74876b16f fixed jni jvm threading 2008-03-23 05:06:02 -04:00
Dwight
f3fd7c2b7a dbeval 2008-03-21 20:01:49 -04:00
Dwight
cf6cd6c60b bad assert
cleanup
2008-03-21 18:21:22 -04:00
Eliot Horowitz
f8a960b7a0 better 2008-03-20 16:28:26 -04:00
Eliot Horowitz
51e9159c2b more tests 2008-03-20 13:53:18 -04:00