0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests
William Schultz 3147f5e1c3 SERVER-41766 Update the on-disk multikey flag in a side transaction when running inside a multi-document transaction
When a write inside a multi-document transaction needs to set an index as multikey, we update the multikey flag in the on-disk catalog in a transaction separate from the parent transaction. We commit this side transaction immediately, so as to avoid the catalog write generating prepare conflicts if it was written as part of a parent transaction that later became prepared. In general, it is safe to set an index as multikey too early. The multikey write is timestamped at the most recent value of the LogicalClock.
2019-06-27 14:17:38 -04:00
..
aggregation SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested within a sub-pipeline 2019-06-27 11:37:27 +01:00
auth SERVER-38251 Remove cloneCollection command 2019-06-21 13:22:14 -04:00
change_streams SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from change streams in 4.4 2019-06-25 10:08:45 +01:00
client_encrypt SERVER-41609 Create ClientEncryption object for FLE shell API 2019-06-19 19:05:36 -04:00
concurrency SERVER-41880 Blacklist schema_validator_with_expr_variables.js from running on inMemory variant 2019-06-26 14:27:38 +01:00
core SERVER-41766 Update the on-disk multikey flag in a side transaction when running inside a multi-document transaction 2019-06-27 14:17:38 -04:00
core_standalone
decimal
disk SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
fail_point
free_mon
gle
hooks
httpinterface
libs SERVER-41917 Copy Date and Timestamp objects correctly in network_error_and_txn_override.js 2019-06-27 11:42:45 -04:00
multiVersion SERVER-36440 remove code and tests about text index limit 2019-06-27 11:50:39 -04:00
noPassthrough SERVER-41844 add evergreen builder for alternate createIndexes implementation 2019-06-27 12:58:24 -04:00
noPassthroughWithMongod SERVER-7143 replace standard library number parsing with custom NumberParser 2019-06-27 10:04:18 -04:00
parallel
perf
readonly
replsets SERVER-41766 Update the on-disk multikey flag in a side transaction when running inside a multi-document transaction 2019-06-27 14:17:38 -04:00
serial_run
sharding SERVER-40258 Relax locking requirements for sharding metadata refresh on shards 2019-06-27 14:08:59 -04:00
slow1
ssl SERVER-41069 Add option to disable embedded roles from X509 certificates 2019-06-11 14:12:51 -04:00
sslSpecial
tool
watchdog