Benety Goh
af18f1b35d
SERVER-17432 do not apply replicated insert/update/delete operations on objects without _id field
2015-03-10 10:56:20 -04:00
Benety Goh
796369d27d
SERVER-17432 converted applyOperation_inlock to return status
2015-03-10 10:56:20 -04:00
Daniel Alabi
3a0a2fae79
SERVER-17232 Don't return connection to config server when shardName is admin
2015-03-10 09:50:26 -04:00
matt dannenberg
6712a2953e
SERVER-17498 mention _id and namespace on failure to find document during rollback
2015-03-10 04:27:43 -04:00
Dan Pasette
aed0e43060
SERVER-17487 move jstest to noPassthrough
2015-03-10 00:05:18 -04:00
Eliot Horowitz
245ff2fcb2
SERVER-17521 : improve createIndex validation of empty name
2015-03-09 23:34:35 -04:00
Mathias Stearn
67caf3ffae
Add breakpoint() to handlers of terminate() and addr signals
2015-03-09 18:52:53 -04:00
Mathias Stearn
f68312003c
Toggling --gdbserver shouldn't rebuild everything
2015-03-09 18:52:53 -04:00
Mathias Stearn
f6656c88c4
Fix launchGDBServer() compile and make more signal safe
2015-03-09 18:52:52 -04:00
Andrew Morrow
055d827ed7
SERVER-17329 Interpolate new version.txt file into generated buildinfo files
2015-03-09 17:51:06 -04:00
Dan Pasette
8e6d7dc39c
SERVER-17515 fixed namespace in oplog entry when using the cloner to copy indexes
2015-03-09 17:44:29 -04:00
Ernie Hershey
ff83bfcc08
SERVER-17517 Re-add Obsoletes and Provides RPM tags
2015-03-09 17:30:21 -04:00
Jason Rassi
78ac7a453c
SERVER-17499 Don't set owned RU if creating DBDirectClient agg cursor
2015-03-09 17:21:23 -04:00
Jason Rassi
0c388e562f
SERVER-17499 Unify GodScope and fromDBDirectClient bool
2015-03-09 17:21:23 -04:00
alabid
e6491d7703
SERVER-17231 Dissalow adding replica set shard with name: config
2015-03-09 16:53:30 -04:00
Krishna Narasimhan
efd11b1106
Corrected issue. Paramatrized one more constant in the merged method
...
Closes #928
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-09 16:37:02 -04:00
Krishna Narasimhan
a4052b7cf1
Source code refactor. Removed redundant functionalities in user_managements_command
...
Part of #928
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-09 16:37:01 -04:00
Krishna
59e53003bd
Introduced required function declaration in header
...
Closes #927
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-09 16:37:01 -04:00
Krishna Narasimhan
283187b470
Source refactor. Removed redundant functionality in db/auth/authorization_sessions
...
Part of #927
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-09 16:37:01 -04:00
Mathias Stearn
378f8dd985
SERVER-17487 Use strict unindex operations for in-progress indexes
2015-03-09 16:16:21 -04:00
Jonathan Reams
49434d723b
SERVER-9562 Add better detection of toolchain/arch
2015-03-09 15:27:05 -04:00
Amalia Hawkins
cb126b88af
SERVER-17507 : Set SASL conversation isDone correctly on authentication failure.
2015-03-09 15:08:55 -04:00
Ernie Hershey
1755f3e992
SERVER-17484 Migrate RocksDB MCI config into server repo
...
This is a direct dump of the RocksDB config from the MCI repo without
the header at the top which now points MCI to this file.
2015-03-09 14:44:01 -04:00
David Storch
98276a11bd
SERVER-17387 prevent invalid projections from causing findAndModify to trigger a logOp() rollback
2015-03-09 12:48:29 -04:00
Igor Canadi
e8f722a0f2
SERVER-17492 [RocksDB] Fix RocksDB build, broken by 59a9a04
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-09 11:51:58 -04:00
Kaloian Manassiev
df85a204a7
SERVER-17496 Move ChunkManager to separate file
2015-03-09 11:46:34 -04:00
Kaloian Manassiev
5c2ec43c0a
SERVER-17496 Move ShardConnection to separate file
2015-03-09 11:46:33 -04:00
Ramon Fernandez
c5b0ff8c1d
Import wiredtiger-wiredtiger-2.5.1-144-g3a3bda5.tar.gz from wiredtiger branch mongodb-3.0
2015-03-09 11:02:22 -04:00
Eliot Horowitz
af56dea51d
SERVER-17489 : in bulk ops, only mark last operation with commit=synchronous
2015-03-08 18:01:16 -04:00
Mathias Stearn
4f4387d9b9
SERVER-17481 validate should call into WT_SESSION::verify()
2015-03-06 14:31:50 -05:00
Eric Milkie
c075fc27fc
SERVER-17428 continuation of snprintf fix for VS2015
2015-03-06 11:16:11 -05:00
Eric Milkie
a1ffa36455
Add support for tsan suppressions
2015-03-06 11:08:45 -05:00
Eric Milkie
eb9785c12b
SERVER-17435 do not abort if opid changes while killing all ops in killAllUserOperations()
2015-03-06 09:34:18 -05:00
Ernie Hershey
bbe711f919
SERVER-17396 Create 7Server symlinks in rhel repos
2015-03-05 18:30:53 -05:00
Ernie Hershey
d3d6506c03
SERVER-17484 Rename MCI config
2015-03-05 18:19:21 -05:00
Ernie Hershey
8008352d23
SERVER-17484 Migrate server MCI config into server repo
...
This is a direct dump of the config from the MCI repo without the
header at the top which now points MCI to this file.
2015-03-05 17:52:02 -05:00
Andy Schwerin
59a9a04651
SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.
...
Achieved via grep, sed and bash:
grep -Irl mutex::scoped_lock src/mongo | xargs sed -i.orig -E 's/(boost::(recursive_|timed_)?)mutex::scoped_lock/boost::lock_guard<\1mutex>/'
Then, by converting boost::lock_guard to boost::unique_lock as appropriate.
Finally, by removing unused mongo::mutex::try_lock.
2015-03-05 17:35:14 -05:00
Dan Pasette
ac525a4566
SERVER-17378 pass an explicit no timeout to compact in WiredTiger
2015-03-05 17:06:40 -05:00
Marek Skalický
1383eaef74
SERVER-17460 LIBDEPS_v8_SYSLIBDEP typo
...
Closes #932
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-05 15:12:03 -05:00
James Wahlin
45517f573d
SERVER-16685 Add storage engine list to buildInfo
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-05 14:26:30 -05:00
Mathias Stearn
a0db932113
SERVER-17224 Reserve room for EOO byte when starting BSONObj building
...
Since _done() is called from ~BSONObjBuilder we need to ensure that it cannot
fail. This prevents a double exception leading to a std::terminate call.
This also resolves SERVER-17226 .
2015-03-05 13:22:19 -05:00
Mathias Stearn
b2944efee1
Clean up StorageFactoryIterator
2015-03-05 13:22:19 -05:00
Mathias Stearn
a66cd57b62
Fix typo in RecordId relational ops
2015-03-05 13:22:18 -05:00
Mathias Stearn
10192c28b0
Libraryize Document and Value
2015-03-05 13:22:18 -05:00
Mark Benvenuto
69db0b4028
SERVER-17252 : PCRE 8.36 SCons Integration
2015-03-05 00:27:27 -05:00
Mark Benvenuto
b3085ab4f6
SERVER-17252 : PCRE 8.36 SCons Integration
2015-03-04 15:11:40 -05:00
Mark Benvenuto
558a019e51
SERVER-17252 : CVE-2014-8964: Fix zero-repeat assertion condition bug.
2015-03-04 14:29:47 -05:00
Mark Benvenuto
21ab861eff
SERVER-17252 : PPCRE 8.36
2015-03-04 14:29:16 -05:00
Siyuan Zhou
c5fb91085d
SERVER-12726 addArb adding full member if incorrect input supplied
2015-03-04 13:42:40 -05:00
Spencer T Brody
95dc9c1cc5
SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin can
2015-03-04 11:17:53 -05:00