mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixed unregistered bug: ALTER VIEW drops permissions
This commit is contained in:
parent
21cdcb561f
commit
dfc5340771
@ -1361,7 +1361,6 @@ void DYN_modify_view( Global* gbl, const UCHAR** ptr)
|
||||
REL.RDB$SYSTEM_FLAG.NULL = FALSE;
|
||||
REL.RDB$VIEW_BLR.NULL = TRUE;
|
||||
REL.RDB$VIEW_SOURCE.NULL = TRUE;
|
||||
REL.RDB$SECURITY_CLASS.NULL = TRUE;
|
||||
|
||||
jrd_req* request2 = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user