Commit Graph

711 Commits

Author SHA1 Message Date
David Storch
e7b0ba5c67 SERVER-23093 avoid extra predicate evaluation for indexed collation-aware queries 2016-08-15 15:19:41 -04:00
Mark Benvenuto
ea024d2e81 SERVER-25539 Validate BinData private object 2016-08-15 11:59:40 -04:00
Adam Chelminski
df4248d69b SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell util function for printing strict JSON 2016-08-15 10:52:24 -04:00
Andy Schwerin
c96009ecd4 SERVER-25574 Remove jstests/core/hashtest1.js which is replaced by src/mongo/db/hasher_test.cpp 2016-08-14 16:27:37 -04:00
Kaloian Manassiev
f210923e76 SERVER-25468 Fail commands scheduled through 'eval' which wait for replication 2016-08-13 08:09:56 -04:00
David Hatch
6e3021388b SERVER-24239 Allow use of names in index filter commands. 2016-08-04 17:35:03 -04:00
Mark Benvenuto
66391a21a0 SERVER-24614 Add Client Metadata's appname to system.profile 2016-08-04 17:29:34 -04:00
Mark Benvenuto
ad27c92e01 SERVER-24611 Implement ClientMetadata class 2016-08-04 17:29:34 -04:00
Waley Chen
9c3c7d8328 SERVER-22053 Insertion of Array with undefined/null components
lint fix
2016-08-04 15:28:40 -04:00
Waley Chen
af198512c7 SERVER-22053 Insertion of Array with undefined/null components 2016-08-04 15:08:33 -04:00
Kevin Albertson
1d52ab5774 SERVER-24568 Record stats and fix $collStats for views 2016-08-02 16:43:23 -04:00
David Hatch
4caf167d19 SERVER-24239 Add support to collMod command for index names. 2016-08-02 10:56:35 -04:00
Kaloian Manassiev
1af99e4894 SERVER-25050 Cleanup Strategy and Shard class
No functional changes, just cleanup the Strategy class and rename
runBatchWriteCommand to runBatchWriteCommandOnConfig to better indicate
its intent.
2016-07-30 09:51:13 -04:00
David Storch
2464cdaf2a SERVER-24621 make find command min/max respect the collation 2016-07-29 15:13:24 -07:00
David Hatch
13448cde49 SERVER-24239 Allow creation of indexes with the same key pattern. 2016-07-28 22:33:08 -04:00
Mark Benvenuto
96afd7d4dc SERVER-25226 diagdata.js needs to wait for FTDC to startup 2016-07-27 15:29:50 -04:00
Max Hirschhorn
541d4ee893 SERVER-24534 Add tests for cloning collections w/ non-simple collations.
Tests that the "cloneCollection", "cloneCollectionAsCapped",
"convertToCapped", and "copydb" commands inherit the default collation
of the corresponding collection.
2016-07-27 09:46:39 -04:00
Tim Sogard
ad5040e946 SERVER-25192 Handle null properties in Object.extend
Closes #1103
2016-07-26 17:22:53 -04:00
Mark Benvenuto
c1042b38c9 SERVER-24616 Add new getDiagnosticData command 2016-07-21 13:16:55 -04:00
David Hatch
5ecb390a5e SERVER-24063 Add collation to logs, profile and currentOp. 2016-07-20 17:25:21 -04:00
David Storch
60379c1daa SERVER-25136 allow index types which do not support collation on a collection with a non-simple default collation
The application must use {locale: "simple"} to override the
default in this case.
2016-07-20 16:22:05 -04:00
Waley Chen
48abdc3093 SERVER-23626 Function.prototype isn't treated as BSON type Code 2016-07-20 14:25:37 -04:00
Matt Cotter
12a19718f7 SERVER-25066 add automation desgination to shell prompt 2016-07-20 10:16:16 -04:00
James Wahlin
97c43492de SERVER-24506 listCollections support for views 2016-07-19 10:10:43 -04:00
James Wahlin
4d826acb56 Revert "SERVER-24506 listCollections support for views"
This reverts commit bfa627513c.
2016-07-18 11:16:15 -04:00
Spencer T Brody
c970ae123e SERVER-25077 Print the ops that were actually seen when killop.js fails its assert.soon 2016-07-18 11:14:02 -04:00
Andrew Morrow
08ef5eefb5 SERVER-18399 Issue a notification in the shell when automation is active
Also provides a new setParameter to configure the automation name
to be returned in an isMaster reply.
2016-07-15 18:10:22 -04:00
James Wahlin
bfa627513c SERVER-24506 listCollections support for views 2016-07-15 14:00:40 -04:00
Max Hirschhorn
75be5358d7 SERVER-24462 Record stats for the "top" command in findAndModify. 2016-07-15 13:31:18 -04:00
James Wahlin
e5e2ecb49d SERVER-17275 Remove 'stats' field from distinct command response 2016-07-15 08:49:42 -04:00
Max Hirschhorn
5042151e09 SERVER-24693 Test that the "group" command yields using explain(). 2016-07-14 15:40:40 -04:00
Charlie Swanson
d846997c27 SERVER-16910 Remove assumptions about order of results in sorth.js 2016-07-12 15:36:04 -04:00
Judah Schvimer
560c91cdeb SERVER-24997 create CannotIndexParallelArrays error code 2016-07-12 14:33:14 -04:00
Eric Milkie
56ad85cdf0 SERVER-22828 Handle empty array element in applyOps command 2016-07-08 17:04:08 -04:00
Andreas Nilsson
b5d6a7c61c SERVER-24840 - Remove unnecessary parameters to BSONObj::toString 2016-07-08 16:03:13 -04:00
Tess Avitabile
99d405ae81 SERVER-23924 Make _id index inherit the collection's default collation 2016-07-08 10:16:56 -04:00
Tess Avitabile
419a2e4eaf SERVER-23882 Collation should be considered part of a query's shape 2016-07-07 17:39:54 -04:00
Kaloian Manassiev
eeceb5a64d SERVER-24928 Remove the ReadConcernResponse class 2016-07-07 15:22:28 -04:00
Scott Hernandez
0b797de3ce Revert "SERVER-23882 Collation should be considered part of a query's shape"
This reverts commit 582818dac4.
2016-07-07 12:13:13 -04:00
Tess Avitabile
582818dac4 SERVER-23882 Collation should be considered part of a query's shape 2016-07-07 11:28:34 -04:00
Judah Schvimer
b3611e663f SERVER-24883 cloner should not create _id index when original collection doesn't have one 2016-07-06 17:38:10 -04:00
Kevin Albertson
8833b39af6 SERVER-24880 Exclude operation latency histogram test from sharding suites 2016-07-06 17:04:24 -04:00
David Hatch
c8c1ea166e SERVER-24404 Make $push, $pullAll, and $pull respect collation. 2016-07-06 16:43:48 -04:00
Tess Avitabile
46ee3c59c9 SERVER-24182 Add collation-related information to explain output 2016-07-05 09:55:32 -04:00
David Hatch
ae553b840a SERVER-24645 Make $addToSet respect collation. 2016-07-01 10:10:43 -04:00
Kevin Albertson
6f0af04446 SERVER-5905 Add collStats aggregation stage 2016-06-24 17:40:02 -04:00
Mathias Stearn
a5e8fb2029 Revert "SERVER-5905 Add collStats aggregation stage"
This reverts commit a22d2843cc.
2016-06-24 13:00:15 -04:00
Kevin Albertson
a22d2843cc SERVER-5905 Add collStats aggregation stage
Signed-off-by: Kyle Suarez <kyle.suarez@mongodb.com>
2016-06-23 17:47:18 -04:00
Kamran Khan
dd717c8cb6 SERVER-22696 Enable clang-format for code with JS template strings
clang-format 3.8 supports JS template strings, whereas 3.6 did not.
2016-06-23 17:34:39 -04:00
David Storch
a7dc0fd86e SERVER-24405 enable collation.js in sharding passthrough suites 2016-06-22 21:04:42 -04:00