8
0
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:
asfernandes 2009-12-18 10:26:32 +00:00
parent 21cdcb561f
commit dfc5340771

View File

@ -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;