0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
Commit Graph

28978 Commits

Author SHA1 Message Date
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
Spencer T Brody
3272a36242 SERVER-16849 Prevent mongos from always invalidating the user cache once, even when no user definitions are changing 2015-03-04 11:16:12 -05:00
Max Hirschhorn
0a82325a68 SERVER-17463 Fix issue specifying absolute path to scons --cache-dir. 2015-03-04 10:06:43 -05:00
David Storch
965cbef869 SERVER-14723 fix crash in plan enumerator affecting some geo near queries 2015-03-03 18:06:02 -05:00
Tyler Brock
69fbf40bdc SERVER-6168 Fix exception memory leak in BSONIteratorSorted 2015-03-03 18:01:19 -05:00
Igor Canadi
0c46edb668 SERVER-17381 Rename rocksExperiment to RocksDB
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:03 -05:00
Igor Canadi
99db24da09 SERVER-17369 [Rocks] Fix the calculation of nextPrefix
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:02 -05:00
Igor Canadi
064b52e376 SERVER-17331 RocksDB configuring and monitoring
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:02 -05:00
Mark Benvenuto
a24c1bb35d SERVER-17417: Import boost::chrono into third_party/boost and use as polyfill implementation of stdx::chrono 2015-03-03 16:17:33 -05:00
Spencer T Brody
e21b0f3c01 SERVER-17379 Require connection be on localhost to allow unauthorized access via webserver 2015-03-03 14:50:03 -05:00
Mark Benvenuto
3f3c9fd1f5 SERVER-17417: Import boost::chrono into third_party/boost and use as polyfill implementation of stdx::chrono 2015-03-03 14:28:00 -05:00
Mark Benvenuto
95940768bc SERVER-8994: Remove Boost 1.49 2015-03-03 14:03:32 -05:00