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

5793 Commits

Author SHA1 Message Date
Eliot Horowitz
4f16871628 diagnosic method to just get index keys 2010-02-16 11:37:47 -05:00
Eliot Horowitz
773570b8a8 refactor UserQueryOp a bit 2010-02-16 11:13:31 -05:00
Eliot Horowitz
6b67db1f23 optimize findOne memory usage 2010-02-16 10:18:26 -05:00
Eliot Horowitz
2ce2cfa8ae fix debugging, still odd 2010-02-16 10:11:49 -05:00
Eliot Horowitz
0a4d316701 debugging for test 2010-02-16 10:03:24 -05:00
Eliot Horowitz
3d5d5a29bd use long long for counting big things 2010-02-16 10:03:12 -05:00
Richard Kreuter
c0b7ca3add Fix broken rpm.spec file. From erickt on github. MINOR 2010-02-16 09:06:49 -05:00
Eliot Horowitz
431714d0ea test for compound keys 2010-02-16 08:25:30 -05:00
Eliot Horowitz
abdc594a66 clean up dbMsg - marg deprecated 2010-02-16 01:05:04 -05:00
Eliot Horowitz
6dbd99b3db locking cleaning 2010-02-16 00:56:22 -05:00
Eliot Horowitz
0dcc8b9262 fix 2010-02-16 00:06:39 -05:00
Eliot Horowitz
a330ad65dd some thoughts on extending indexing 2010-02-15 23:58:08 -05:00
Eliot Horowitz
cfec75960b some more cleaning 2010-02-15 23:55:41 -05:00
Eliot Horowitz
43499d2457 make fieldMatcher assert rather than set flag 2010-02-15 23:17:42 -05:00
Eliot Horowitz
62aad0ee18 refactoring runQuery / UserQueryOp part 1 2010-02-15 22:33:27 -05:00
Eliot Horowitz
e74ce5f592 optimize memory usage a bit 2010-02-14 20:36:18 -05:00
Eliot Horowitz
dd4a68eed7 Merge branch 'master' of github.com:mongodb/mongo 2010-02-14 11:04:38 -05:00
Eliot Horowitz
491f7c448d cleaning 2010-02-14 10:50:53 -05:00
Eliot Horowitz
c459854f73 cleaning 2010-02-14 10:44:06 -05:00
Eliot Horowitz
5ca3413cce cleaning 2010-02-13 22:15:27 -05:00
Eliot Horowitz
bb740f5527 more runQuery cleaning 2010-02-13 17:47:32 -05:00
Eliot Horowitz
2ad5ffd39c some cleaning of runQuery 2010-02-13 17:41:15 -05:00
Mathias Stearn
7e2be82e21 Add _isWindows() to fix failing tests 2010-02-13 12:37:00 -05:00
Eliot Horowitz
ff767ba537 test for SERVER-635 2010-02-12 23:58:46 -05:00
Mathias Stearn
51ebf0fc74 --safeshell compile-time option to remove dangerous functions SERVER-605 2010-02-12 22:22:00 -05:00
Mathias Stearn
8294bd2d64 runProgram() shell function SERVER-605 2010-02-12 22:17:31 -05:00
Mathias Stearn
07dea15c92 More cleanup of MongoProgramRunner 2010-02-12 22:17:31 -05:00
Mathias Stearn
61578bdf8f Clean up MongoProgramRunner path munging 2010-02-12 22:17:31 -05:00
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
1799de1152 remove debugging statements 2010-02-12 22:17:30 -05:00
Mathias Stearn
d87a129357 delete unneeded code MINOR 2010-02-12 22:17:30 -05:00
Dwight Merriman
10287f9e03 Merge branch 'master' of github.com:mongodb/mongo 2010-02-12 19:10:17 -05:00
Dwight Merriman
dd5d11e8ab log nicer 2010-02-12 16:05:05 -05:00
Dwight Merriman
af43db2aca better error message 2010-02-12 15:56:17 -05:00
Eliot Horowitz
e310776ecf make chunk size configurable and default 200mb 2010-02-12 15:27:43 -05:00
Eliot Horowitz
4685677e23 put test back 2010-02-12 14:44:21 -05:00
Eliot Horowitz
a023fc861b fix upsert with addToSet SERVER-630 2010-02-12 14:43:27 -05:00
Eliot Horowitz
09454a9ef6 typo 2010-02-12 14:33:43 -05:00
Mike Dirolf
48a9c8cc71 minor: typo 2010-02-12 14:23:05 -05:00
Mike Dirolf
c468109cbe include body in httpclient POSTs 2010-02-12 14:19:57 -05:00
Eliot Horowitz
202d0e55f3 handle recursive case 2010-02-12 14:15:20 -05:00
Eliot Horowitz
1aa71a419e Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-12 14:08:16 -05:00
Eliot Horowitz
eeae78fbf2 when creating a DB for the first time, and only need a read lock, make sure to give up the write lock 2010-02-12 14:07:17 -05:00
Mike Dirolf
4f209028b1 minor: fix default url 2010-02-12 13:47:27 -05:00
Eliot Horowitz
2348a3cc12 make some things noLocking 2010-02-12 13:36:10 -05:00
Eliot Horowitz
1775dc3719 don't lock 2010-02-12 13:33:22 -05:00
Eliot Horowitz
96f7493c21 refactor again for mongos,mongo 2010-02-12 13:21:33 -05:00
Eliot Horowitz
a4ae3d420e Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-12 13:04:31 -05:00
Eliot Horowitz
ee3b7145e3 refactoring command execution 2010-02-12 13:04:20 -05:00
Mike Dirolf
6ed8777643 make mms url configurable from the command line 2010-02-12 13:03:40 -05:00