Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-13264 Move Apache-licensed files to AGPL | Ian Whalen | 2014-05-16 | 414 | -3769/+8781 |
| | | | | Also update generators. | ||||
* | SERVER-13760 Do not call dateToISOString if date is not formatable | Shaun Verch | 2014-05-16 | 6 | -3/+49 |
| | |||||
* | SERVER-10464 allow mongodump to dump oplog without a query containing a ts field | matt dannenberg | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | SERVER-13773 rollback cleanup in preparation for more testing | matt dannenberg | 2014-05-16 | 2 | -359/+376 |
| | |||||
* | SERVER-13944 Switch back to -fPIC instead of -fPIE to fix RHEL6.2 build. | Andy Schwerin | 2014-05-16 | 1 | -2/+2 |
| | | | | | | | On RHEL6 builders, the -fPIE compiler flag causes the mongo shell to make a pure virtual function call inside the V8 engine at startup. Since the swtitch to -fPIE was unnecessary for SERVER-13944, switching back to -fPIC pending investigation. | ||||
* | SERVER-13707 simplify tojsonObject | Benety Goh | 2014-05-16 | 2 | -13/+35 |
| | |||||
* | SERVER-13950 fix the dependencies in rpm packaging | Anil Kumar | 2014-05-16 | 1 | -1/+3 |
| | | | | Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-13961 Get rid of the DB_LEVEL_LOCKING_ENABLED macro | Kaloian Manassiev | 2014-05-16 | 4 | -62/+23 |
| | | | | We will no loger build with global locking on. | ||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-16 | 1 | -5/+5 |
| | | | | Fix typo | ||||
* | SERVER-13954 Add scriptingEnabled option to YAML config | Shaun Verch | 2014-05-16 | 4 | -2/+73 |
| | |||||
* | SERVER-13944 New stack dump format, on non-Windows systems. | Andy Schwerin | 2014-05-15 | 5 | -74/+363 |
| | | | | | | Implementation of the "somap" object, which can be used to identify the correct binary from which to extract debug symbols and supports ASLR, is only implemented on Linux. Other POSIX systems still need work to implement that object. | ||||
* | SERVER-13641 remove recovery unit passthroughs from operationcontext | Hari Khalsa | 2014-05-15 | 29 | -294/+262 |
| | |||||
* | SERVER-13439 Do not fall through Switch case to Bool case in options conversion | Shaun Verch | 2014-05-15 | 8 | -15/+96 |
| | |||||
* | SERVER-13385 relax merge chunk constraints | Randolph Tan | 2014-05-15 | 7 | -206/+48 |
| | |||||
* | fix | Randolph Tan | 2014-05-15 | 2 | -2/+2 |
| | |||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-15 | 118 | -1359/+1196 |
| | |||||
* | SERVER-13641 rename TransactionExperiment to OperationContext | Hari Khalsa | 2014-05-15 | 204 | -1097/+1093 |
| | |||||
* | SERVER-13930 Don't hardcode "$mod" in error message | Valeri Karpov | 2014-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-13948 improve stability of replsettest.awaitReplication() while ↵ | matt dannenberg | 2014-05-15 | 1 | -1/+9 |
| | | | | getting the config version from master | ||||
* | SERVER-13641 fix build by fixing dummy record store/txn | Hari Khalsa | 2014-05-15 | 2 | -20/+35 |
| | |||||
* | SERVER-13641 split out dur from transactionexperiment part 1 | Hari Khalsa | 2014-05-15 | 7 | -86/+277 |
| | |||||
* | SERVER-13091 add (latest,2.6) test cases to oplog_entries_from_updates.js | Benety Goh | 2014-05-15 | 1 | -0/+3 |
| | |||||
* | SERVER-13798 (v8-3.25) add dependency on connection to cursor object tracker ↵ | Benety Goh | 2014-05-15 | 3 | -30/+49 |
| | | | | in JavaScript scripting engine | ||||
* | SERVER-13798 add dependency on connection to cursor object tracker in ↵ | Benety Goh | 2014-05-15 | 3 | -27/+45 |
| | | | | JavaScript scripting engine | ||||
* | SERVER-11332 hookup of fastest query to SyncClusterConnection | Greg Studer | 2014-05-14 | 6 | -3/+399 |
| | |||||
* | SERVER-13439 fix nopreallocj option | Greg Studer | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | SERVER-13817 remove the last remnant of GhostSync | matt dannenberg | 2014-05-14 | 1 | -1/+0 |
| | |||||
* | SERVER-13641 Unify Command::newRun into run | Mathias Stearn | 2014-05-14 | 80 | -228/+214 |
| | | | | | | | | | | | This is the result of the following seds and a few manual fixups, including removing the old run() and fixing the comments. git grep -l '\<run(const' | xargs sed -si -e 's/\brun(const/newRun(TransactionExperiment* txn, const/' git grep -l '\<run( const' | xargs sed -si -e 's/\brun( const/newRun(TransactionExperiment* txn, const/' git grep -l '\<newRun(' | xargs sed -si -e 's/\bnewRun(/run(/' | ||||
* | SERVER-13641 Pull TransactionExperiment up to top level request processor | Mathias Stearn | 2014-05-14 | 50 | -295/+462 |
| | |||||
* | SERVER-8311 Don't increase pre-quantized power-of-two sizes | Mathias Stearn | 2014-05-14 | 2 | -14/+40 |
| | |||||
* | SERVER-13674 patch for CachedPlan running | Craig Harris | 2014-05-14 | 1 | -8/+3 |
| | |||||
* | SERVER-13922 remove dbtemprelease from non-repl remaining spots | Hari Khalsa | 2014-05-14 | 5 | -115/+41 |
| | |||||
* | SERVER-13804 add necessary privilege to the built-in restore role | Amalia Hawkins | 2014-05-14 | 2 | -40/+86 |
| | |||||
* | SERVER-11332 multi_host_query_test fix race between timeout and last result | Greg Studer | 2014-05-14 | 1 | -4/+20 |
| | |||||
* | SERVER-11980 Only invalidate the user cache on mongos if authorization ↵ | Spencer T Brody | 2014-05-14 | 6 | -40/+166 |
| | | | | information actually changed | ||||
* | SERVER-13850 Make sure cache entry is up to date before using it to update a ↵ | Spencer T Brody | 2014-05-14 | 3 | -8/+33 |
| | | | | user | ||||
* | SERVER-13337 lite parsed query should set _showDiskLoc | David Storch | 2014-05-14 | 2 | -0/+7 |
| | |||||
* | SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stages | Craig Harris | 2014-05-13 | 23 | -1168/+1000 |
| | |||||
* | SERVER-13595 Adjust rpm init script awk line to read new yaml config file format | Ernie Hershey | 2014-05-13 | 1 | -2/+3 |
| | |||||
* | SERVER-13439 Make sure values explicitly set to false in config file show up ↵ | Shaun Verch | 2014-05-13 | 37 | -114/+566 |
| | | | | in parsed result | ||||
* | SERVER-13922 remove query yielding and some dbtemprelease | Hari Khalsa | 2014-05-13 | 49 | -652/+41 |
| | |||||
* | SERVER-13899 Forbid whole index scan on plugin index to provide sort | Jason Rassi | 2014-05-13 | 3 | -3/+73 |
| | |||||
* | SERVER-13311 Improve error message for bad numerical values in YAML config | Shaun Verch | 2014-05-13 | 1 | -5/+20 |
| | |||||
* | SERVER-11332 multi host query from fastest host using thread pools | Greg Studer | 2014-05-13 | 6 | -16/+1518 |
| | |||||
* | SERVER-8192 rewritten V1 btree key generation | David Storch | 2014-05-13 | 6 | -177/+487 |
| | |||||
* | Revert "SERVER-11332 multi host query from fastest host using thread pools" | Benety Goh | 2014-05-12 | 6 | -1518/+16 |
| | | | | This reverts commit 03f0d9c627136c6296de400467bbbbd73c9d7a72 | ||||
* | SERVER-11332 multi host query from fastest host using thread pools | Greg Studer | 2014-05-12 | 6 | -16/+1518 |
| | |||||
* | SERVER-12605 update ShardingTest to turn off balancer by default | daveh86 | 2014-05-12 | 17 | -18/+33 |
| | | | | Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix ↵ | Eliot Horowitz | 2014-05-12 | 22 | -210/+251 |
| | | | | RecordStore handling of tiny docs | ||||
* | SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp(). | Andy Schwerin | 2014-05-12 | 5 | -10/+5 |
| |