0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

1356 Commits

Author SHA1 Message Date
Aaron
91c4607f76 make simple find faster 2009-04-06 17:32:40 -04:00
Aaron
88293bd304 MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
Aaron
bf07afef73 back out KeyValJsMatcher, until we can fix it to handle multikey arrays correctly 2009-04-06 14:11:32 -04:00
Aaron
0b73b8d325 array elt may not contain referenced subobject 2009-04-06 13:41:47 -04:00
Aaron
e09106351e add $all query option 2009-04-06 11:27:43 -04:00
Aaron
fd780da9b6 fix warnings 2009-04-03 15:59:13 -04:00
Aaron
28a140ee8c basic arbitration e2e test, with minor code fix 2009-04-03 14:24:05 -04:00
Eliot Horowitz
39337b5644 change logging order to make test failing clearer 2009-04-03 09:30:10 -04:00
Aaron
9c2ce6c855 option to run without http interface 2009-04-02 17:58:09 -04:00
Aaron
3c439e5fde add datasize command 2009-04-02 17:29:51 -04:00
Aaron
27653d55a0 refactor median key command 2009-04-02 17:04:05 -04:00
Aaron
df91e7d5b1 Fix ReplSource memory leaks 2009-04-01 16:00:56 -04:00
Aaron
d291a9ef73 maybe fix win & solaris 2009-04-01 14:13:08 -04:00
Aaron
62f1aab6ac include sys/file.h for linux 2009-04-01 14:10:21 -04:00
Aaron
99a9688493 Explicitly release lock on shutdown 2009-04-01 13:48:02 -04:00
Aaron
8ad34d6186 Don't return from main(), even if listen socket is closed 2009-04-01 13:36:39 -04:00
Aaron
ed35b0874c Close listener sockets on exit 2009-04-01 12:26:31 -04:00
Aaron
5b9e58768e Fix OID string rep 2009-04-01 10:38:39 -04:00
Eliot
7bd3a9060c fix some compiler warnings for fcc 4.3 2009-04-01 10:05:30 -04:00
Eliot Horowitz
57ce5cf1ef removing more boost 1.34+ features 2009-03-31 17:51:16 -04:00
Eliot Horowitz
1b46ce6749 using deprecated boost api so it works 1.33 -> 1.38 2009-03-31 17:43:06 -04:00
Eliot Horowitz
0a6ae94384 works with older versions of boost 2009-03-31 17:38:51 -04:00
Eliot Horowitz
a79a45de10 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-31 17:29:49 -04:00
Eliot Horowitz
853f187bdd better about following symlinks and finding jars 2009-03-31 17:29:30 -04:00
Aaron
cec6d1af97 Persist dbs to add 2009-03-31 14:05:20 -04:00
Aaron
c54883ff61 Always list databases if syncedTo is initial 2009-03-31 12:09:55 -04:00
Aaron
fede7ca1d9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-31 11:49:30 -04:00
Aaron
a1706a3d1b Reset ReplSource on resync 2009-03-31 11:44:35 -04:00
Aaron
d74b108dd4 include \!justCreated case, for redundancy 2009-03-31 10:23:05 -04:00
Eliot Horowitz
d1427f7232 errorHandling for median key 2009-03-30 17:12:50 -04:00
Aaron
d9dff04bbd Don't log db presence explicitly 2009-03-30 17:08:06 -04:00
Aaron
529780f250 Apply first entry when 'initial' 2009-03-30 16:28:52 -04:00
Aaron
e347e27606 Better 'not master' validation 2009-03-30 14:07:04 -04:00
Aaron
3dc656ce79 medianKey can choose an index based on fields of min and max 2009-03-27 17:49:00 -04:00
Aaron
743e44eed2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 16:27:44 -04:00
Aaron
074740013f optimized 2009-03-27 16:27:35 -04:00
Dwight
317ea6d583 timeout old cursors (for sharding) 2009-03-27 16:27:35 -04:00
Aaron
d4ab183cf6 When checking that a mod will not modify an indexed field, validate parent/child mod & index relationships 2009-03-27 15:33:22 -04:00
Aaron
8cd20d5ebb Add SIZE label 2009-03-27 13:31:13 -04:00
Aaron
790b17c6a6 Add medianKey command 2009-03-27 11:53:47 -04:00
Aaron
5ad67c509f Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 10:37:30 -04:00
Aaron
20c8556b9c Don't drop certain empty objects 2009-03-27 10:36:59 -04:00
Eliot Horowitz
38e49cc11d bump version number to 0.9.0 2009-03-27 09:59:18 -04:00
Aaron
c7606faf90 Better $push type validation 2009-03-26 17:51:57 -04:00
Aaron
c3e08b28a5 Don't double-increment 'left' 2009-03-26 17:34:19 -04:00
Aaron
874dd19dfb cleanup 2009-03-26 16:59:38 -04:00
Aaron
c0fbc1a93e Register update/delete only on client request 2009-03-26 16:11:23 -04:00
Aaron
22ded53991 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 15:14:14 -04:00
Eliot Horowitz
dc224ae3c0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 14:55:14 -04:00
Eliot Horowitz
9fc0c8c3f1 solaris fixes 2009-03-26 14:55:00 -04:00