summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.4.1r2.4.1v2.4.1Eliot Horowitz2013-03-224-3/+9
|
* SERVER-9087: fix initial sync ignoring updates during index creationEliot Horowitz2013-03-221-1/+2
|
* BUMP 2.4.0r2.4.0Dan Pasette2013-03-153-2/+14
|
* SERVER-5307 fixing file mode to match other man page filesErnie Hershey2013-03-143-0/+0
|
* SERVER-5307 Only include new man pages in rpm if version > 2.4.0Ernie Hershey2013-03-141-3/+3
|
* SERVER-5307 Include new man pages in rpmErnie Hershey2013-03-141-0/+3
|
* SERVER-5307 New man pages generated from docs by samk@10gen.comErnie Hershey2013-03-1414-527/+5385
|
* post 2.4.0-rc3Dan Pasette2013-03-132-2/+2
|
* BUMP 2.4.0-rc3r2.4.0-rc3Dan Pasette2013-03-132-2/+2
|
* SERVER-8920 - fix test to not use the test dbDan Pasette2013-03-121-5/+8
|
* SERVER-8920 Disable stats.js in sharding passthroughJason Rassi2013-03-121-1/+2
|
* SERVER-8920: Add new fields to dbStats command for pdfile versionEliot Horowitz2013-03-122-0/+19
|
* SERVER-8921 Change error condition for invalid text index specJason Rassi2013-03-121-1/+1
|
* SERVER-8873 Correctly decide if a term in a text field is a stopwordJason Rassi2013-03-122-1/+13
|
* SERVER-8921 Improve error message for invalid text index specJason Rassi2013-03-121-0/+3
|
* SERVER-8914: rename document.scanned metricScott Hernandez2013-03-082-4/+4
|
* SERVER-8880 Visual Studio -- remove /OPT:REF and /OPT:ICFTad Marshall2013-03-079-68/+0
| | | | | | | The /OPT:REF (Optimize References) and /OPT:ICF (Enable COMDAT Folding) Linker flags were set for Release and Win2008PlusRelease builds, which does not match the link flags set for the scons build. Remove those settings to match scons, and to fix the crashes in the SpiderMonkey builds.
* post 2.4.0-rc2Dan Pasette2013-03-072-2/+2
|
* BUMP 2.4.0-rc2r2.4.0-rc2Dan Pasette2013-03-062-2/+2
|
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-058-25/+156
| | | | | | | | | | | | | Changes: 1) Warn on startup if using old minor version and invalid indexes exist. 2) Treat unknown index plugins created under pre-2.4 as ascending 3) When creating first index using new plugins: a) if there are invalid indexes error out b) if not pump the pdfile minor version 4) ScanAndOrder no longer supports index plugins (it never should have) Note: All text and 2dsphere indexes created prior to this commit will need to be rebuilt.
* Missing write intent in doDBUpgrade()Mathias Stearn2013-03-051-1/+1
|
* SERVER-5826 prevent building an index with a non-existent pluginMathias Stearn2013-03-052-2/+18
|
* SERVER-8794: use a dedicated config server for features3.js and add debug outputBen Becker2013-03-051-3/+8
|
* SERVER-8794: clean up features3.js to make it easier to understandBen Becker2013-03-051-107/+120
|
* SERVER-8827: fix SpiderMonkey function cache mapBen Becker2013-03-051-5/+5
|
* SERVER-8828: replace verify() with assert() in spidermonkey startup testsBen Becker2013-03-051-10/+10
|
* SERVER-8832: do not convert javascript properties in prototype chainBen Becker2013-03-051-1/+1
|
* SERVER-8849 read_pref.js failure in RHEL-64bitRandolph Tan2013-03-051-0/+1
| | | | Make sure primary node does not change during the entire test.
* improve multiversion install script, now works with python 2.6Greg Studer2013-03-051-63/+69
|
* SERVER-8431 - don't index docs where text index is too large for journalEliot Horowitz2013-03-051-0/+19
|
* Visual Studio -- add db\hashindex.cpp to test projectsTad Marshall2013-03-044-0/+8
|
* SERVER-8741 Add more diagnostics to testTad Marshall2013-03-041-2/+17
| | | | | | | | | Keep track of the shard key value (random number) for each saved document and report it when a document can't be found so we can see what shard it should be on and when it has been migrated. When mongos can't find a document, look for it directly on both shards and report where it was found or if it was not found. Add header comments describing these features.
* SERVER-8431: make large index updates much less impactfulEliot Horowitz2013-03-042-15/+50
|
* This version of FTS only works with index version 1Eliot Horowitz2013-03-041-1/+3
|
* SERVER-8769 skip opcounters.js when running small_oplog testsSpencer T Brody2013-03-041-1/+1
|
* Make the IndexSpec::missingField() implementation IndexType specific, and ↵aaron2013-03-047-10/+144
| | | | use missingField() to properly identify missing fields in CheckShardingIndex::run().
* SERVER-8808 better debugging outputEric Milkie2013-03-041-0/+1
|
* SERVER-8782 disable smalloplog geo_update_btree.js on SolarisEric Milkie2013-03-041-0/+3
|
* SERVER-8786 further stability fixes to sharding/authConnectionHook.jsSpencer T Brody2013-03-041-7/+4
|
* SERVER-8786 Make sharding/authConnectionHook.js more stableSpencer T Brody2013-03-041-0/+1
|
* SERVER-8814 SERVER-8802 Do not change 'db' in testTad Marshall2013-03-021-10/+11
| | | | | Do not change the 'db' variable in indexOtherNamespace.js. When run as part of sharding_passthrough.js, this breaks downstream tests (rename.js was one).
* SERVER-8769 Put opcounters.js on skip list for ParallelTesterTad Marshall2013-03-021-0/+1
| | | | Test assumes that counters are not being changed by other threads during run.
* SERVER-8771 Additional fix for mongostat --discover with mongosSpencer T Brody2013-03-011-1/+1
|
* SERVER-8823: make printjson() and printjsononeline() available to and MapReduceBen Becker2013-03-012-8/+8
|
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection ↵Spencer T Brody2013-03-0110-12/+76
| | | | names ending in ".system.indexes"
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-0122-31/+28
|
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-0116-25/+25
|
* SERVER-8815 Fix tautological compare in checkClusterMongoVersionsAndrew Morrow2013-03-011-2/+3
|
* SERVER-8786 Fix race condition when adding ShardingConnectionHook to ↵Spencer T Brody2013-03-011-1/+6
| | | | connection pools
* SERVER-8786 Make sure that the ShardingConnectionHook gets added to the ↵Spencer T Brody2013-03-015-8/+62
| | | | connection pools anytime sharding is initialized