-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
ALL
-
Query 2016-09-19
-
0
This causes an issue on initial sync if we sync system.views before admin.system.version. Then we will error on inserting into system.views because we have not yet set featureCompatibilityVersion to 3.4. As a solution, we will not error on writing to system.views when featureCompatibilityVersion is 3.2. Users will still be prevented from creating views using the create command when featureCompatibilityVersion is 3.2, but they will be allowed to write directly to system.views. Resolving SERVER-25890 would prevent users from writing directly to system.views at all times.
- is related to
-
SERVER-25942 listCollections should not validate views if it isn't returning them
- Closed