-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Platforms 2018-05-07
-
91
It is locking resources in mode IS for writes, when it should be using mode IX. Using a helper from db_raii will help avoid the need to choose the proper lock mode.