Files
mongo/jstests/multiVersion/unique_index_empty_collmod.js
nehakhatri5 e6d0f83816 SERVER-36568 Avoid unique index upgrade at secondary on an empty collMod with FCV=4.0.
An empty collMod is used to upgrade unique index during FCV upgrade. If an application
issues an empty collMod when FCV is not upgrading or upgraded to 4.2 then the unique
index should not be upgraded due to this collMod on the secondary.
2018-08-24 06:46:52 +10:00

1.8 KiB