-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As it can spuriously fail when called on a cursor that does not exist. The plumbing required to trigger it on a non-existent cursor is not worth the effort.
This change only skips the verification that the permission check happened; it does not skip the permission check. checkAuthForReleaseMemory still calls isAuthorizedForPrivilege, which sets isPermissionChecked underneath addPrivilege.