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

1440 Commits

Author SHA1 Message Date
Aaron
429ea669d7 don't add to incomplete clone list unless going to start clone immediately 2009-04-22 17:45:43 -04:00
Aaron
86bfe9dbdf refactor pairing code 2009-04-22 17:44:23 -04:00
Aaron
047b1fb589 no longer need to filter remote db list with local db list 2009-04-22 16:25:53 -04:00
Aaron
efd6a1ec92 test auto reclone without subsequent write 2009-04-22 15:57:26 -04:00
Aaron
e54bfd896a merge 2009-04-22 15:34:59 -04:00
Aaron
b9617339d4 BUG SERVER-29 matcher access objects in arrays correctly 2009-04-22 14:11:53 -04:00
Aaron
0eb64ee342 get rid of 'dbs' list 2009-04-22 13:53:35 -04:00
Aaron
12d259e8a5 get rid of initialPull variable -- no longer necessary 2009-04-22 11:57:45 -04:00
Aaron
4a3631017b new master forces new slave to resync if either master or slave oplog has filled since while both are master 2009-04-22 10:52:32 -04:00
Aaron
e9b4457aa7 better id index logging MINOR 2009-04-21 17:52:11 -04:00
Aaron
61ed53b9af fix non osx compiler warning MINOR 2009-04-21 17:38:34 -04:00
Aaron
54f806da95 don't update id index when id field is to be added 2009-04-21 17:01:33 -04:00
Aaron
302bc3a3b0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-21 15:57:33 -04:00
Aaron
e0fd1d4c26 fix issue rolling back indexes on uniqueness violation 2009-04-21 15:56:45 -04:00
Aaron
eb5fa5c7d8 add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
Aaron
ca7227f3d5 add const 2009-04-21 15:10:13 -04:00
Aaron
ecc651ea43 create id index correctly when cloning 2009-04-20 20:17:39 -04:00
Aaron
b1cc3f6223 add _id index automatically, don't allow it to be deleted 2009-04-20 18:40:38 -04:00
Aaron
7d85516931 fix interpretation of non numberic index direction spec 2009-04-20 18:17:52 -04:00
Aaron
a3e5b256bd make 'buildinfo' command admin only 2009-04-20 16:06:02 -04:00
Eliot Horowitz
8e11ec7a1c Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-20 14:45:49 -04:00
Eliot Horowitz
458617399d add numObjects to datasize 2009-04-20 14:45:45 -04:00
Aaron
716a7b49bf add 'buildinfo' command to get mongod compile information 2009-04-20 14:23:42 -04:00
Dwight
c34ef0f68d create index, when unique, will now completely fail if there is a duplicate key error during index creation. 2009-04-20 12:38:36 -04:00
Dwight
9b2f190ab9 unique indexes
use { unique : true } in the index info
2009-04-20 10:29:26 -04:00
Aaron
12fee00fbb add totalSize to listDatabases output 2009-04-17 13:33:44 -04:00
Aaron
bf656b52ff add sigkill case, handle writes to master during oplog reconciliation 2009-04-17 13:21:50 -04:00
Aaron
3a834f87d4 better 'initialPull' semantics 2009-04-17 10:38:11 -04:00
Aaron
6152b60368 merge 2009-04-16 11:37:44 -04:00
Aaron
f660a76369 pairing checkpoint 2009-04-16 11:36:06 -04:00
Aaron
56e2e866bd hopefully compile win 2009-04-16 10:33:21 -04:00
Dwight
382527d44d Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-16 09:03:12 -04:00
Dwight
17af5d737f MINOR visual studio make happy 2009-04-16 09:02:53 -04:00
Eliot Horowitz
db0cf082ec fix help for datasize 2009-04-15 22:16:09 -04:00
Aaron
405b490672 don't preallocate on very first allocation for file, to avoid splitting new capped collections unnecessarily 2009-04-15 16:13:59 -04:00
Aaron
f86d33372d update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00
Aaron
e8c1ce4dc1 Revert "Revert "do preallocation after initial allocation too, make file allocator interface more flexible""
This reverts commit 668cf57c52.
2009-04-15 16:10:34 -04:00
Aaron
89884a1811 Revert "Revert "uassert on invalid size spec to create collection""
This reverts commit 40bbf305b5.
2009-04-15 16:10:28 -04:00
Aaron
c99883578c Revert "Revert "allocate files in background""
This reverts commit e577a2c64e.
2009-04-15 16:10:21 -04:00
Aaron
d8fbc8817d Revert "Revert "preallocate on implicit creation of first data file""
This reverts commit 7cb2b1e84d.
2009-04-15 16:10:13 -04:00
Aaron
7cb2b1e84d Revert "preallocate on implicit creation of first data file"
This reverts commit a233875fbb.
2009-04-15 15:58:43 -04:00
Aaron
e577a2c64e Revert "allocate files in background"
This reverts commit 0033bd91df.
2009-04-15 15:40:16 -04:00
Aaron
40bbf305b5 Revert "uassert on invalid size spec to create collection"
This reverts commit 643ceabc75.
2009-04-15 15:40:05 -04:00
Aaron
668cf57c52 Revert "do preallocation after initial allocation too, make file allocator interface more flexible"
This reverts commit 5d9cb32605.
2009-04-15 15:39:57 -04:00
Aaron
ebcd7f9157 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-15 15:16:38 -04:00
Aaron
a233875fbb preallocate on implicit creation of first data file 2009-04-15 15:12:37 -04:00
Aaron
5d9cb32605 do preallocation after initial allocation too, make file allocator interface more flexible 2009-04-15 14:57:37 -04:00
Aaron
643ceabc75 uassert on invalid size spec to create collection 2009-04-15 13:49:06 -04:00
Aaron
0033bd91df allocate files in background 2009-04-15 11:58:38 -04:00
Dwight
036ffaa817 minor compile tweeaks for windows release_nojni option 2009-04-15 10:39:57 -04:00