-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Concurrency, Storage
-
None
-
Fully Compatible
-
v4.4
-
Execution Team 2020-04-20
-
None
-
None
-
None
-
None
-
None
-
None
-
None
At system_index.cpp a database MODE_X lock is used, while only a collection MODE_X is required. The code should use AutoGetCollection instead of AutoGetDb.